Returns the version number for a directory entry (files or directories)
#include <nwfileng.h>
LONG FEGetEntryVersion (
LONG volumeNumber,
LONG directoryNumber,
BYTE *pathString,
LONG pathCount,
WORD *version);
(IN) Specifies the volume number on which the entry is located.
(IN) Specifies the directory number used by the directory entry.
(IN) Points to a NetWare style path string relative to the volume/directory number. This is the name of the directory entry.
(IN) Specifies the number of elements in the path string.
(OUT) Points to the version number for the entry.
This function returns the version number for a specified directory entry. The version number of a directory entry is incremented once each time the entry is modified.