Home > dev > api > cat > file 
 fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
File Management
GB.ExistFile Returns if a file exists.
GB.FileName Converts a UTF-8 charset encoded file name into a system charset encoded file name.
GB.GetTempDir Returns the directory where temporary files are stored.
GB.LoadFile Loads a file in memory.
GB.RealFileName Creates and returns a temporary real file for files located in Gambas executables.
GB.ReleaseFile Release the memory used by a loaded file.

Overview

These function allow you, among other things, to load a file from the current component or project, and deal with different charsets between the one used by Gambas (UTF-8) and the one used by the system.