igcv3 - v1.1.0
GitHub
Preparing search index...
utils/file
SafeWriteResult
Interface SafeWriteResult
Result type for safe file operations.
interface
SafeWriteResult
{
success
:
boolean
;
path
:
string
;
created
:
boolean
;
error
?:
string
;
}
Index
Properties
success
path
created
error?
Properties
success
success
:
boolean
path
path
:
string
created
created
:
boolean
Optional
error
error
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
success
path
created
error
Documentation
GitHub
igcv3 - v1.1.0
Loading...
Result type for safe file operations.