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?
- #ignore_if_not_exists=(ignore_if_not_exists : Bool?)
-
#recursive : Bool?
Delete the content recursively if a folder is denoted.
-
#recursive=(recursive : Bool?)
Delete the content recursively if a folder is denoted.