Okapi .NET Library

Routines.ConvertShortPath Method 

 [This is preliminary documentation and subject to change.]

Converts a short path DOS8.3 name into a long path.

[Visual Basic]
Shared Public Function ConvertShortPath( _ 
   ByVal p_sShortPath As String _ 
) As String
[C#]
public static string ConvertShortPath(
   string p_sShortPath
);
[C++]
public: static String* ConvertShortPath(
   String* p_sShortPath
);
[JScript]
public static function ConvertShortPath(
   String p_sShortPath
): String;

Parameters

p_sShortPath
The short path to convert.

Return Value

The converted long path.

See Also

Routines Class | Okapi.Library.Base Namespace