dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
DeleteFileOptions
dls
protocol
definitions
Undocumented in source.
class
DeleteFileOptions {
import
std
.
typecons
:
Nullable
;
;
Nullable
!
bool
recursive
;
Nullable
!
bool
ignoreIfExists
;
this
(Nullable!bool recursive, Nullable!bool ignoreIfExists);
}
Constructors
this
this
(Nullable!bool recursive, Nullable!bool ignoreIfExists)
Undocumented in source.
Members
Variables
ignoreIfExists
Nullable
!
bool
ignoreIfExists
;
Undocumented in source.
recursive
Nullable
!
bool
recursive
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
definitions
aliases
DocumentSelector
DocumentUri
classes
Command
CreateFile
CreateFileOptions
DeleteFile
DeleteFileOptions
Diagnostic
DiagnosticRelatedInformation
DocumentFilter
Location
LocationLink
MarkupContent
Position
Range
RenameFile
RenameFileOptions
TextDocumentEdit
TextDocumentIdentifier
TextDocumentItem
TextDocumentPositionParams
TextEdit
VersionedTextDocumentIdentifier
WorkspaceEdit
enums
DiagnosticSeverity
MarkupKind