Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
FilePath.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
sealed
class
FilePath
13
{
14
private
void
FilePath();
15
private
void
~FilePath();
16
22
static
proto
bool
IsDelimiter(
string
c);
28
static
proto
bool
IsSystemDelimiter(
string
c);
34
static
proto
string
ToSystemDelimiter(
string
c);
41
static
proto
string
StripExtension(
string
path
, out
string
ext =
""
);
48
static
proto
string
Concat(
string
firstPart,
string
secondPart);
54
static
proto
string
StripFileName(
string
path
);
60
static
proto
string
StripPath(
string
path
);
66
static
proto
string
ToSystemFormat(
string
path
);
72
static
proto
string
ToInternalFormat(
string
path
);
79
static
proto
string
ReplaceExtension(
string
path
,
string
extension);
86
static
proto
string
AppendExtension(
string
path
,
string
extension);
92
static
proto
bool
IsAbsolutePath(
string
path
);
99
static
proto
bool
MatchesPattern(
string
path
,
string
pattern);
105
static
proto
string
FileSystemNameFromFileName(
string
path
);
106
}
107
path
string path
Definition
AddonBuildInfoTool.c:249
scripts
Core
generated
System
FilePath.c
Generated by
1.17.0