property File.ParseName as String
Retrieves the file's parse name.

TypeDescription
String A string expression that indicates the object's parse name
The ParseName indicates the name of the object relative to its folder. The ParseName property is read-only. For instance, the name of the drive H: includes its label, while the parsed name is H:\ only. Use the FullName property to retrieve the full path for file/folder. Use the Folder property to check if the File object holds a file or a folder. Use the Get method to retrieve the selected items. The RelativeName property gets the relative path for the file or folder, based on the ExploreFromHere property.