|
Previous Top Next |
ITFileClass Class(ITNetworkClass),TYPE,Module('ITFileClass.clw'),Link('ITFileClass',_ITUtilLinkMode_),DLL(_ITUtilDllMode_)
LocalDrives &IT_LocalDrives
EnumLocalDrives Procedure(),Long ! Returns the number of enumerated drives
GetDriveType Procedure(String pDrive),Long
GetDriveTypeString Procedure(String pDrive),String
IsLocalDrive Procedure(String pPath),Byte ! Takes drive, path or path+file and returns true/false
Construct Procedure
Destruct Procedure
End