NWAFPDirectoryEntry
Tests a directory entry to see if it is an AFP file
#include <nwafp.h>
or
#include <nwcalls.h>
NWCCODE NWAPI NWAFPDirectoryEntry (
NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
constr nstr8 N_FAR *path);
uses calwin32
Function NWAFPDirectoryEntry
(conn : NWCONN_HANDLE;
dirHandle : NWDIR_HANDLE;
const path : pnstr8
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
The dirHandle and path parameters must be given in the DOS name space format.
NWAFPGetEntryIDFromPathName, NWGetVolumeInfoWithHandle (Volume Management), NWParsePath (Multiple and Inter-File Services), NWGetVolumeNumber (Volume Management), NWAFPGetFileInformation, NWGetOwningNameSpace (Multiple and Inter-File Services)