Previous PageNext Page

7.16.16 GetExtensionName Method

Returns a string containing the extension name for the last component in a path.
 

Syntax

object.GetExtensionName(path)

Arguments

object
The name of a FileSystemObject. Required.
path
The path specification for the component whose extension name is to be returned. Required.

Remarks

For network drives, the root directory (\) is considered to be a component.
 
The GetExtensionName method returns a zero-length string ("") if no component matches the path argument.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page