Name Property

Object List Next Object

Defined By:
File

Description:

The file
s name without the path and without the extension.

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:

Extension property, Path property, FileName property