|
Adaptively determines whether the specified directory exists.
-
path
:
string
-
Returns:
aval<bool>
|
|
Adaptively gets the creation time for the specified directory.
-
path
:
string
-
Returns:
aval<DateTime>
|
|
Adaptively gets the creation time (in UTC) for the specified directory.
-
path
:
string
-
Returns:
aval<DateTime>
|
|
Gets an aset holding all existing Files/Directories in path
whose name matches the specified Regex (if any).
-
path
:
string
-
?regex
:
Regex
-
Returns:
aset<FileSystemInfo>
|
|
Gets an aset holding all existing Files in path.
-
path
:
string
-
Returns:
aset<FileInfo>
|
|
Gets an aset holding all existing Files in path (recursively).
-
path
:
string
-
recursive
:
bool
-
Returns:
aset<FileInfo>
|
|
Gets an aset holding all existing Files in path (recursively)
whose name matches the specified Regex-pattern (if any).
-
path
:
string
-
?pattern
:
string
-
?recursive
:
bool
-
Returns:
aset<FileInfo>
|
|
Gets an aset holding all existing Files in path (recursively)
whose name matches the specified Regex (if any).
-
path
:
string
-
?regex
:
Regex
-
?recursive
:
bool
-
Returns:
aset<FileInfo>
|
|
Adaptively gets last access time for the specified directory.
-
path
:
string
-
Returns:
aval<DateTime>
|
|
Adaptively gets last access time (in UTC) for the specified directory.
-
path
:
string
-
Returns:
aval<DateTime>
|
|
Adaptively gets last write time for the specified directory.
-
path
:
string
-
Returns:
aval<DateTime>
|
|
Adaptively gets last write time (in UTC) for the specified directory.
-
path
:
string
-
Returns:
aval<DateTime>
|