 | CSYSITransferPath Method (String, String, Int32) |
Transfers file path to new file name.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ITransferPath(
string path_file,
ref string file,
int size
)
public static void ITransferPath(
string path_file,
ref string file,
int size
)
Public Shared Sub ITransferPath (
path_file As String,
ByRef file As String,
size As Integer
)
Public Shared Sub ITransferPath (
path_file As String,
ByRef file As String,
size As Integer
)
public:
static void ITransferPath(
String^ path_file,
String^% file,
int size
)
public:
static void ITransferPath(
String^ path_file,
String^% file,
int size
)
static member ITransferPath :
path_file : string *
file : string byref *
size : int -> unit
static member ITransferPath :
path_file : string *
file : string byref *
size : int -> unit
Parameters
- path_file
- Type: SystemString
Input file path/name - file
- Type: SystemString
Output file name with path transfered - size
- Type: SystemInt32
Maximum length of output string
Remarks
The path and volume of from the input string is added to
file name from the output string.
See Also