class LSProtocol::DeleteFileOptions
- LSProtocol::DeleteFileOptions
- Reference
- Object
Overview
Delete file options
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(ignore_if_not_exists : Bool | Nil = nil, recursive : Bool | Nil = nil)
Instance Method Summary
-
#ignore_if_not_exists : Bool | Nil
Ignore the operation if the file doesn't exist.
-
#recursive : Bool | Nil
Delete the content recursively if a folder is denoted.