class

LSProtocol::DeleteFileOptions

Inherits JSON::Serializable / Reference / Object

Delete file options

Constructors

new(pull : JSON::PullParser)
Source
new(ignore_if_not_exists : Bool | Nil = nil, recursive : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

ignore_if_not_exists

Ignore the operation if the file doesn't exist.

Source
recursive

Delete the content recursively if a folder is denoted.

Source