Returns the name of the file as it exists on the operating system.
File Variable->Name
The [File->Name], [File->Path], and [File->Size] methods can be used to output the name, path, and size (in kilobytes) of a file. The example below outputs the file name, path, and size delimited by HTML line breaks.
Code
local(File = File('myfile.txt', File_OpenRead, File_ModeChar)
#File->Path
#File->Name
#File->Size
#File->Close
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments