FileSystem.GetFile() (Method)

A method to obtain a File object from a file system.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:File object
JavaScript syntax:IEmyFileSystem.GetFile(aName)
Argument list:aNameThe name of a file to construct a File object for

Given a file path within the file system, this method returns an object that represents the file.

See also:File object