struct

LSP::DeleteFileOptions

Inherits JSON::Serializable < Struct < Value < Object

Delete file options

Constructors

new(pull : JSON::PullParser)
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
ignore_if_not_exists=(ignore_if_not_exists : Bool | Nil)

Ignore the operation if the file doesn't exist.

Source
recursive

Delete the content recursively if a folder is denoted.

Source
recursive=(recursive : Bool | Nil)

Delete the content recursively if a folder is denoted.

Source