IFile Property: Location

Property Name
Location

Property Type
String

Description
Gets the location of a file or directory on a disk.
This property is read-only. 

Example

Dim File As Ifile
Set File = GetObject("NTDS://DomainName/MachineName/file_services/c-drive\documents\todo.doc")
Debug.Print File.Location

 

See Also: