 | GlobalGetUniversalName Method |
Converts a transferred absolute file path into its
UNC equivalent, if possible.
Converts a given absolute file path into it's
UNC-equivalent, if possible.
Namespace: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntaxpublic static string GetUniversalName(
string sFilePath
)
Public Shared Function GetUniversalName (
sFilePath As String
) As String
public:
static String^ GetUniversalName(
String^ sFilePath
)
static member GetUniversalName :
sFilePath : string -> string
Parameters
- sFilePath String
The absolute (network) path
The absolute (network) path
Return value
String
The UNC path
The unc-path
See also