kaven-basic - v4.5.1
Preparing search index...
FilePath
Class FilePath
Since
1.1.7
Version
2018-08-31
Index
Constructors
constructor
Properties
Extension
Folder
Generate
Path
Name
Accessors
Dynamic
Path
Has
Dynamic
Path
Name
With
Extension
Path
Methods
Clone
Remove
Invalid
Characters
Constructors
constructor
new
FilePath
(
folder
?:
string
,
name
?:
string
,
extension
?:
string
)
:
FilePath
Parameters
folder
:
string
= Strings_Empty
name
:
string
= Strings_Empty
extension
:
string
= Strings_Empty
Returns
FilePath
Properties
Extension
Extension
:
string
Folder
Folder
:
string
Generate
Path
GeneratePath
:
undefined
|
(
(
filePath
:
FilePath
)
=>
FilePath
)
Name
Name
:
string
Accessors
Dynamic
Path
get
DynamicPath
()
:
string
Returns
string
Has
Dynamic
Path
get
HasDynamicPath
()
:
boolean
Returns
boolean
Name
With
Extension
get
NameWithExtension
()
:
string
Returns
string
set
NameWithExtension
(
val
:
string
)
:
void
Parameters
val
:
string
Returns
void
Path
get
Path
()
:
string
Returns
string
set
Path
(
val
:
string
)
:
void
Parameters
val
:
string
Returns
void
Methods
Clone
Clone
(
copyGeneratePath
?:
boolean
)
:
FilePath
Parameters
copyGeneratePath
:
boolean
= false
Returns
FilePath
Remove
Invalid
Characters
RemoveInvalidCharacters
()
:
FilePath
Returns
FilePath
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
Extension
Folder
Generate
Path
Name
Accessors
Dynamic
Path
Has
Dynamic
Path
Name
With
Extension
Path
Methods
Clone
Remove
Invalid
Characters
kaven-basic - v4.5.1
Loading...
Since
1.1.7
Version
2018-08-31