 | GlobalGetUniversalName Methode |
Konvertiert einen übergebenen absoluten Dateipfad in sein
UNC-Äquivalent, wenn möglich.
Converts a given absolute file path into it's
UNC-equivalent, if possible.
Namensraum: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+9e45bc96a63c7bb901730bcd263b98db5a48e949
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
Parameter
- sFilePath String
Der absolute (Netzwerk-)Pfad
The absolute (Network-)Path
Rückgabewert
String
Der UNC-Pfad
The unc-path
Siehe auch