Files & Directories Functions

CHDIRDefines the current default directory.
CHDRIVEDefines the current default drive.
CURDIRReturns the current path of a given drive (Variant / String).
DIRReturns the name of a file or directory matching a pattern or attribute (Variant / String).
FILECOPYCopies a file from one directory to another.
FILEDATETIMEReturns the date and time when a file was created or last modified (Date).
FILELENReturns the length of a file in bytes (Long).
GETATTRReturns the attributes of a given file or directory (Integer).
KILLDeletes an existing file.
LOCKLocks access to parts of a file for other processes.
MKDIRCreates a new directory.
NAMERenames an existing file or directory.
RMDIRRemoves an existing directory.
SETATTRDefines the attributes of a file or directory.
UNLOCKControls access to a file.
CHDIR
Defines the current default directory.
CHDRIVE
Defines the current default drive.
CURDIR
Returns the current path of a given drive (Variant / String).
DIR
Returns the name of a file or directory matching a pattern or attribute (Variant / String).
FILECOPY
Copies a file from one directory to another.
FILEDATETIME
Returns the date and time when a file was created or last modified (Date).
FILELEN
Returns the length of a file in bytes (Long).
GETATTR
Returns the attributes of a given file or directory (Integer).
KILL
Deletes an existing file.
LOCK
Locks access to parts of a file for other processes.
MKDIR
Creates a new directory.
NAME
Renames an existing file or directory.
RMDIR
Removes an existing directory.
SETATTR
Defines the attributes of a file or directory.
UNLOCK
Controls access to a file.

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top