Property summary for the File class
Property
File.canAppend
File.canRead
File.canReplace
File.canWrite
File.creationTime
File.exists
File.isDirectory
File.isFile
File.isOpen
File.lastModified
File.length
File.mode
File.name
File.position
File.type
66
Server-Side ActionScript Language Reference
Description
Read-only; a Boolean value indicating whether a file was
open for appending (
Read-only; a Boolean value indicating whether a file can be
read (
) or not (
true
false
Read-only; a Boolean value indicating whether a file was
opened with the replace flag enabled (
Read-only; a Boolean value indicating whether you can write
to a file (
) or not (
true
Read-only; a Date object containing the time the file was
created.
Read-only; a Boolean value indicating whether the file or
directory exists (
true
Read-only; a Boolean value indicating whether the file is a
directory (
) or not (
true
Read-only; a Boolean value indicating whether the file is a
regular data file (
true
Read-only; a Boolean value indicating whether the file has
been successfully opened and is still open (
(
).
false
Read-only; a Date object containing the time the file was last
modified.
Read-only; for a directory, the number of files in the directory,
not counting the current directory and parent directory
entries; for a file, the number of bytes in the file.
Read-only; the mode of an open file.
Read-only; a string indicating the name of the file.
The current offset in the file.
Read-only; a string specifying the type of data or encoding
used when a file is opened.
) or not (
).
true
false
).
true
).
false
) or not (
).
false
).
false
) or not (
).
false
) or not (
).
false
) or not
true
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?