home *** CD-ROM | disk | FTP | other *** search
- NOT IMPLEMENTED
-
- AFP TOOLS
- =========
-
-
- AFPAllocTemporaryDirHandle 23h (0Bh)
-
- Maps a NetWare directory handle to an AFP directory.
- --------------------------------------------------------------------------------
- AFPCreateDirectory 23h (01h)
-
- Creates a directory with an AFP directory name.
- --------------------------------------------------------------------------------
- AFPCreateFile 23h (02h)
-
- Creates a file with an AFP file name.
- --------------------------------------------------------------------------------
- AFPDelete 23h (03h)
-
- Deletes the specified file or directory.
- --------------------------------------------------------------------------------
- AFPDirectoryEntry
-
- Determines whether a directory or file is in AFP (long) form.
- --------------------------------------------------------------------------------
- AFPGetEntryIDFromName 23h (04h)
-
- Returns the AFP entry ID for the specified AFP file or directory.
- --------------------------------------------------------------------------------
- AFPGetEntryIDFromNetWareHandle 23h (06h)
-
- Returns an AFP Entry ID for the specified file by the Netware Handle.
- --------------------------------------------------------------------------------
- AFPGetEntryIDFromPathName 23h (0Ch)
-
- Returns an AFP entry ID for the given pathname.
- --------------------------------------------------------------------------------
- AFPGetFileInformation 23h (05h)
-
- Returns information about the AFP side of the specified file or directory.
- --------------------------------------------------------------------------------
- AFPOpenFileFork 23h (08h)
-
- Opens an AFP file fork (data fork or resource fork) from a DOS environment.
- --------------------------------------------------------------------------------
- AFPRename 23h (07h)
-
- Moves and/or renames a file or directory.
- --------------------------------------------------------------------------------
- AFPScanFileInformation 23h (0Ah)
-
- Returns information about an AFP directory or file.
- -------------------------------------------------------------------------------
- AFPSetFileInformation 23h (09h)
-
- Sets information pertaining to the specified AFP file or directory.
- -------------------------------------------------------------------------------
- AFPSupported
-
- Determines if both the effective server and the shell support AFP system
- calls.
- --------------------------------------------------------------------------------