home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tpapi.zip / NWAFP.DOC < prev    next >
Text File  |  1992-01-27  |  3KB  |  62 lines

  1.                                    AFP TOOLS
  2.                                    =========
  3.  
  4.  
  5. AFPAllocTemporaryDirHandle                                           23h (0Bh)
  6.  
  7.   Maps a NetWare directory handle to an AFP directory.
  8. --------------------------------------------------------------------------------
  9. AFPCreateDirectory                                                   23h (01h)
  10.  
  11.   Creates a directory with an AFP directory name.
  12. --------------------------------------------------------------------------------
  13. AFPCreateFile                                                        23h (02h)
  14.  
  15.   Creates a file with an AFP file name.
  16. --------------------------------------------------------------------------------
  17. AFPDelete                                                            23h (03h)
  18.  
  19.   Deletes the specified file or directory.
  20. --------------------------------------------------------------------------------
  21. AFPDirectoryEntry
  22.  
  23.   Determines whether a directory or file is in AFP (long) form.
  24. --------------------------------------------------------------------------------
  25. AFPGetEntryIDFromName                                                23h (04h)
  26.  
  27.   Returns the AFP entry ID for the specified AFP file or directory.
  28. --------------------------------------------------------------------------------
  29. AFPGetEntryIDFromNetWareHandle                                       23h (06h)
  30.  
  31.   Returns an AFP Entry ID for the specified file by the Netware Handle.
  32. --------------------------------------------------------------------------------
  33. AFPGetEntryIDFromPathName                                            23h (0Ch)
  34.  
  35.   Returns an AFP entry ID for the given pathname.
  36. --------------------------------------------------------------------------------
  37. AFPGetFileInformation                                                23h (05h)
  38.  
  39.   Returns information about the AFP side of the specified file or directory.
  40. --------------------------------------------------------------------------------
  41. AFPOpenFileFork                                                      23h (08h)
  42.  
  43.   Opens an AFP file fork (data fork or resource fork) from a DOS environment.
  44. --------------------------------------------------------------------------------
  45. AFPRename                                                            23h (07h)
  46.  
  47.   Moves and/or renames a file or directory.
  48. --------------------------------------------------------------------------------
  49. AFPScanFileInformation                                               23h (0Ah)
  50.  
  51.   Returns information about an AFP directory or file.
  52. -------------------------------------------------------------------------------
  53. AFPSetFileInformation                                                23h (09h)
  54.  
  55.   Sets information pertaining to the specified AFP file or directory.
  56. -------------------------------------------------------------------------------
  57. AFPSupported
  58.  
  59.   Determines if both the effective server and the shell support AFP system
  60.   calls.
  61. --------------------------------------------------------------------------------
  62.