User Guide

File class 73
The following example uses named property lookup to refer to files that do not have valid
property names:
mySameFileInDir = myDir["foo"];
myOtherFile = myDir["some long filename with spaces and such"];
File.isFile
Availability
Flash Media Server 2.
Usage
fileObject.isFile
Description
Property (read-only); a Boolean value indicating whether a file is a data file (true) or not
(
false).
File.isOpen
Availability
Flash Media Server 2.
Usage
fileObject.isOpen
Description
Property (read-only); a Boolean value indicating whether the file has been successfully opened
and is still open (
true) or not (false).
File.lastModified
Availability
Flash Media Server 2
Usage
fileObject.lastModified
NOTE
Directories do not need to be opened.