Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/types-impl
FileOperationOptions
Interface FileOperationOptions
interface
FileOperationOptions
{
ignoreIfExists
?:
boolean
;
ignoreIfNotExists
?:
boolean
;
overwrite
?:
boolean
;
recursive
?:
boolean
;
}
Index
Properties
ignore
If
Exists?
ignore
If
Not
Exists?
overwrite?
recursive?
Properties
Optional
ignore
If
Exists
ignoreIfExists
?:
boolean
Optional
ignore
If
Not
Exists
ignoreIfNotExists
?:
boolean
Optional
overwrite
overwrite
?:
boolean
Optional
recursive
recursive
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ignore
If
Exists
ignore
If
Not
Exists
overwrite
recursive
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...