Path Property
Object List Next Object
Defined By: File
Description:
The path to the file.
Details:
This property is read only and can't be changed.
The properties Path, Name, and Extension are maintained such that the full
path name to the indicated file can be obtained by concatenating them, for example:
fullpath = file.Path & file.Name & file.Extension
Data Type: String (Read only)
See Also:
FileName property, Name property, Extension property