 | CSYSIGetDirectory Method (Int32, String, Int32) |
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,
int size
)
public static void IGetDirectory(
int sys_dir,
ref string dir,
int size
)
Public Shared Sub IGetDirectory (
sys_dir As Integer,
ByRef dir As String,
size As Integer
)
Public Shared Sub IGetDirectory (
sys_dir As Integer,
ByRef dir As String,
size As Integer
)
public:
static void IGetDirectory(
int sys_dir,
String^% dir,
int size
)
public:
static void IGetDirectory(
int sys_dir,
String^% dir,
int size
)
static member IGetDirectory :
sys_dir : int *
dir : string byref *
size : int -> unit
static member IGetDirectory :
sys_dir : int *
dir : string byref *
size : int -> unit
Parameters
- sys_dir
- Type: SystemInt32
<define>SYS_DIR</define> - dir
- Type: SystemString
Returned directory path string - size
- Type: SystemInt32
Size of the string
RemarksThe path will always end with the file separator character
See Also