File Properties / Attributes Functions
FileAttr | Determines a file’s attributes |
FileDate | Determines the file date |
FileSize | Determines the size of a file |
FileTime | Determines a file’s time |
FileAppend | Appends data to a file |
StrFile | Writes a string to a file starting at a specified position |
FileStr | Reads a portion of a file into a string |
HB_FNameDir | Extract Folder name from file specification |
HB_FNameName | Extract File name from file specification |
HB_FNameNameExt | Extract File name and extention from file specification |
HB_FNameExt | Extract File extention from full file specification |
HB_FNameExtSet | Returns changed file extension from file specification |
HB_FNameMerge | Composes a full file specification from individual components |
HB_FNameSplit | Extract folder, file, extension from full file specification |
FileCopy | Copies file(s) normally or in backup mode |
FileCCLose | Closes a file after backup mode |
FileCCont | Copies sections of a file in backup mode |
FileCDaTi | Determines which date the target file contains with a FileCopy() |
FileCOpen | Tests to see if the file is still open in the backup mode |
FileFindAttr | Get attributes of a file found by FileFindFirst() or FileFindNext() |
FileFindDate | Get date of a file found by FileFindFirst() or FileFindNext() |
FileFindFirst | Searches for files by name and attribute |
FileFindName | Get name of a file found by FileFindFirst() or FileFindNext() |
FileFindNext | Searches next file found by FileFindFirst() or FileFindNext() |
FileFindSize | Get size of a file found by FileFindFirst() or FileFindNext() |
FileFindTime | Get time of a file found by FileFindFirst() or FileFindNext() |
DeleteFile | Deletes an error-tolerant file |
ExeName | Full File Name of Executable ( Application ) |
File | Tests for the existence of file(s) |
FileMove | Moves file(s) to another directory |
FileDelete | Deletes file(s) by name and attribute |
FileSeek | Searches for files by name and attribute |
HB_FNameExists | Detect File / Folder existence |
HB_ProgName | Returns name and directory of the current Harbour program |
HB_FileExists | Tests for the existence of a file |
HB_FileMatch | Makes a file comparison with mask |
HB_FTempCreate | Creates and opens a temporary file |
HB_FTempCreateEx | Creates and opens a temporary file with extension |
RenameFile | Fault tolerant renaming of a file |
TempFile | Creates a file for temporary use |
FClose | Closes a file opened by low-level access |
FCreate | Creates a file for low-level access |
FErase | Erase any file from disk by low-level access |
FError | Reports the error status of low-level file functions |
FOpen | Open a file for low-level access |
FRead | Reads bytes from a file opened with low-level access |
FReadStr | Reads a string from a file opened with low-level access |
FRename | Renames a file by low-level access |
FSeek | Positions the file pointer in a file opened with low-level access |
FWrite | Writes characters to a file opened with low-level access |