Home > cat > file 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
File & Directory Functions
Access Tests the access authorization of a file.
CHGRP Change the group of a file.

Only in 3.1 version
CHMOD Change the permissions of a file.

Only in 3.1 version
CHOWN Change the owner of a file.

Only in 3.1 version
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 directory or file path at runtime, use the file path concatenate operator &/:
MKDIR "/home/gambas/" &/ "/tmp" &/ "foo.bar"

See also

Stream & Input/Output functions, File