class LSP::DeleteFileOptions
- LSP::DeleteFileOptions
- Reference
- Object
Overview
Delete file options
Included Modules
- JSON::Serializable
- LSP::Initializer
Defined in:
base/file_resource_changes.crConstructors
Instance Method Summary
- #ignore_if_not_exists : Bool | Nil
- #ignore_if_not_exists=(ignore_if_not_exists : Bool | Nil)
-
#recursive : Bool | Nil
Delete the content recursively if a folder is denoted.
-
#recursive=(recursive : Bool | Nil)
Delete the content recursively if a folder is denoted.