IFile Property: RelativePath

Property Name
RelativePath

Property Type
String

Description
Returns the full path of a file or directory relative to a computer.
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.RelativePath 'prints "c-drive\ documents\todo.doc"

 

See Also: