class
LSP::DeleteFileOptions
- LSP::DeleteFileOptions
- Reference
- Object
Overview
Delete file options
Included Modules
Defined in:
base/file_resource_changes.crConstructors
Instance Method Summary
-
#ignore_if_not_exists : Bool | Nil
Ignore the operation if the file doesn't exist.
-
#ignore_if_not_exists=(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.
-
#recursive=(recursive : Bool | Nil)
Delete the content recursively if a folder is denoted.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
Constructor Detail
Instance Method Detail
def ignore_if_not_exists=(ignore_if_not_exists : Bool | Nil)
#
Ignore the operation if the file doesn't exist.