FileSystem.GetAbsolutePathName() (Method)

A method that returns the complete path name of a file.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEmyFileSystem.GetAbsolutePathName(aPath)
Argument list:aPathA relative or absolute path to be examined

Given that you have a partial reference to a file by name, this method will return a fully qualified path that describes that file's unique location within the file system.