IFile Property: Computer

Property Name
Computer

Property Type
String

Description
Returns the name of the computer on which a file or directory exists.
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.Computer

 

See Also: