FileName Property
Object List Next Object
Defined By: File
Description:
The name of the file this object represents (may include path or not).
Details:
The FileName property of File objects indicates the file this object
represents. It may be set to contain no path, or partial path information, in which case
the actual path to the file is relative to the current directory. It may
alternatively contain an absolute path (including drive letter or network path), in
which case the file indicated is independent of the current directory.
Data Type: String
See Also:
Name property, Extension property, Path property