FileReference.UNCPath
 
 
 

FileReference.UNCPath

Description

Returns the resolved path of this file object as a String. If the path is on a local drive, the local path is returned; otherwise, the UNC path is returned.

C# Syntax

// get accessor
String rtn = FileReference.UNCPath;

See Also

FileReference.ResolvedPath FileReference.Path