 | CSYS.IShortPathFileName Method (CGXNETCore, String, String, Int32) |
Obtains the short path form of a specified input path.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IShortPathFileName(
CGXNETCore gxNetShared,
string in_name,
ref string name,
int size
)
public static void IShortPathFileName(
CGXNETCore gxNetShared,
string in_name,
ref string name,
int size
)
Public Shared Sub IShortPathFileName (
gxNetShared As CGXNETCore,
in_name As String,
ByRef name As String,
size As Integer
)
Public Shared Sub IShortPathFileName (
gxNetShared As CGXNETCore,
in_name As String,
ByRef name As String,
size As Integer
)
public:
static void IShortPathFileName(
CGXNETCore^ gxNetShared,
String^ in_name,
String^% name,
int size
)
public:
static void IShortPathFileName(
CGXNETCore^ gxNetShared,
String^ in_name,
String^% name,
int size
)
static member IShortPathFileName :
gxNetShared : CGXNETCore *
in_name : string *
name : string byref *
size : int -> unit
static member IShortPathFileName :
gxNetShared : CGXNETCore *
in_name : string *
name : string byref *
size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore - in_name
- Type: System.String
Input file name to resolve - name
- Type: System.String
Output name, can be the same as input - size
- Type: System.Int32
Size of output name
See Also