Extension Property

Object List Next Object

Defined By:
File

Description:

The filename
s 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:

Path property, Name property, FileName property