| Functions |
create(string,number) - Create a disk file with the specified modes |
create(string) - Create a system file using the flags specified |
length() - Get the length of the file stream |
lock(number,number) - Attempt to gain an advisory lock on the file |
move(string,string) - Move an item from one location to another |
open(string) - Open a system file using the flags specified |
open(string,number) - Open a system file using the flags specified |
pos() - Get the current position in the file |
remove(string) - Delete a name and possibly the file it refers to |
seek(number,number) - Seek to a certain offset in the file from the place specified |
toString() - Read the entire file into a string |
truncate(number) - Truncate the file to the length specified |
unlock() - Removes a lock that was placed with lock() |
| Variables |
filename - The name of the file the object wraps |