Class FileHandlingFunctions

java.lang.Object
com.scriptbasic.utility.functions.file.FileHandlingFunctions

public class FileHandlingFunctions extends Object
This class implements static methods, which can be used from BASIC programs to access the file system.

Note that these functions are NOT registered into the BASIC interpreter by default. The embedding application has to ask the interpreter to register the methods of this class if it wants BASIC programs access the file system.

Author:
Peter Verhas