 | CSYSIAbsoluteFileName Method (CGXNETCore, String, String, Int32) |
Convert an abbreviated path name to a full path name.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IAbsoluteFileName(
CGXNETCore gxNetShared,
string abbr,
ref string name,
int size
)
public static void IAbsoluteFileName(
CGXNETCore gxNetShared,
string abbr,
ref string name,
int size
)
Public Shared Sub IAbsoluteFileName (
gxNetShared As CGXNETCore,
abbr As String,
ByRef name As String,
size As Integer
)
Public Shared Sub IAbsoluteFileName (
gxNetShared As CGXNETCore,
abbr As String,
ByRef name As String,
size As Integer
)
public:
static void IAbsoluteFileName(
CGXNETCore^ gxNetShared,
String^ abbr,
String^% name,
int size
)
public:
static void IAbsoluteFileName(
CGXNETCore^ gxNetShared,
String^ abbr,
String^% name,
int size
)
static member IAbsoluteFileName :
gxNetShared : CGXNETCore *
abbr : string *
name : string byref *
size : int -> unit
static member IAbsoluteFileName :
gxNetShared : CGXNETCore *
abbr : string *
name : string byref *
size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - abbr
- Type: SystemString
Input file name to resolve - name
- Type: SystemString
Output name, can be the same as input - size
- Type: SystemInt32
Size of output name
Remarks
This is mainly intended to convert ".\name" to a full
name at run-time.
See Also