File System Functions
File System Functions
cla140
Functions
CopyFile or Copy Link - Copy an Existing File
CopyTree - Copy a Directory Tree
CreateDirectory or MkDir - Create a New Directory
CreateFile-Create a New File
DeleteFile or DelFile - Delete a File
DeleteTree or DelTree - Remove a Directory Tree
ExistDir or ExistDirectory - Check if a Directory Exists
ExistFile - Check if a File Exists
FindClose - Close a Find Operation
FindFirst - Return the Name of the First File in the Search
FindFirstFile - Search for Files in a Directory
FindNext
FindNextFile - Continue FindFirstFile Directory Scan
GetDir or GetDirectory - Get the Name of the Current Directory
Return Free Disk Space
Return the Disk Size
Return the Amount of Disk Usage
GetDrive - Return the Current Drive Number
GetFileAttributes - Return the File Attributes
GetFileSize - Return the Size of the File
Return the Free Space
Get File Time
GetLongFileName - Convert Short File Name to Long File Name
GetShortFileName - Convert Long File Name to Short File Name
GetSpecialDir - Get the Special Directory Name and Path
Is_Archive - Check if the File is Archived
Is_Blk - Check if the File is a Block Special File
Is_Chr - Check if the File is a Character Special File
Is_Dir - Check if the File is a Directory
Is_Fifo - Check the File for the Pipe Special Attribute
Is_File - Check the File is a Regular File
Is_G_R - Check the File for the Group Read Attribute
Is_G_W - Check the File for the Group Write Attribute
Is_G_X - Check the File for the Group Execute Attribute
Is_Hidden - Check the File for the Hidden Attribute
Is_O_R - Check the File for the Others Read Attribute
Is_O_W - Check the File for the Others Write Attribute
Is_O_X - Check the File for the Others Execute Attribute
Is_ReadOnly - Check the File for the Read Only Attribute
Is_SGID - Check the File for the Set Group ID Attribute
Is_SUID - Check the File for the SET USER ID Attribute
Is_System - Check the File for the Is System Attribute
Is_U_R - Check the File for the User Read Attribute
Is_U_W - Check the File for the User Write Attribute
Is_U_X - Check the File for the User Execute Attribute
RemoveDirectory or RmDir - Remove a Directory
RenameDirectory or RenDir - Rename or Move a Directory
RenameFile - Rename or Move a File
SetFileAttributes - Set the File Attributes
SetFileTime - Set the File or Directory Timestamps
Read and Compare File Versions