class LSP::RenameFileOptions
- LSP::RenameFileOptions
- Reference
- Object
Overview
Rename file options
Included Modules
Defined in:
base/file_resource_changes.crConstructors
Instance Method Summary
- #ignore_if_exists : Bool?
- #ignore_if_exists=(ignore_if_exists : Bool?)
-
#overwrite : Bool?
Overwrite target if existing.
-
#overwrite=(overwrite : Bool?)
Overwrite target if existing.
Constructor Detail
Instance Method Detail
def overwrite=(overwrite : Bool?)
#
Overwrite target if existing. Overwrite wins over ignoreIfExists