Access | Tests the access authorization of a file. |
COPY | Copy a file. |
DFree | Returns the free space on a device. |
Dir | Browses a directory. |
Exist | Checks if a specific file or directory exists. |
IsDir | Returns if a path points at a directory. |
KILL | Removes a file. |
LINK | Creates a symbolic link. |
MKDIR | Creates a directory. |
MOVE | Renames or moves a file or a directory. |
RDir | Browses a directory recursively. |
RMDIR | Removes an empty directory. |
Stat | Get information about a file. |
Temp$ | Makes temporary file names. |
![]() |
To generate a variable directory or file path, use the file path concatenate operator &/:
Example
MKDIR "/home/gambas/" &/ "/tmp" &/ "foo.bar" |