 | CSYSIGetDirectory Method (Int32, String) |
Get a directory path
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetDirectory(
int sys_dir,
ref string dir
)
public static void IGetDirectory(
int sys_dir,
ref string dir
)
Public Shared Sub IGetDirectory (
sys_dir As Integer,
ByRef dir As String
)
Public Shared Sub IGetDirectory (
sys_dir As Integer,
ByRef dir As String
)
public:
static void IGetDirectory(
int sys_dir,
String^% dir
)
public:
static void IGetDirectory(
int sys_dir,
String^% dir
)
static member IGetDirectory :
sys_dir : int *
dir : string byref -> unit
static member IGetDirectory :
sys_dir : int *
dir : string byref -> unit
Parameters
- sys_dir
- Type: SystemInt32
<define>SYS_DIR</define> - dir
- Type: SystemString
Returned directory path string
RemarksThe path will always end with the file separator character
See Also