Click or drag to resize

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.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public static string GetUniversalName(
	
	string sFilePath
)

Parameters

sFilePath  String

The absolute (network) path

The absolute (network) path

Return value

String

The UNC path

The unc-path

See also