class LSP::DeleteFileOptions

Overview

Delete file options

Included Modules

Defined in:

base/file_resource_changes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def ignore_if_not_exists : Bool | Nil #

[View source]
def ignore_if_not_exists=(ignore_if_not_exists : Bool | Nil) #

[View source]
def recursive : Bool | Nil #

Delete the content recursively if a folder is denoted.


[View source]
def recursive=(recursive : Bool | Nil) #

Delete the content recursively if a folder is denoted.


[View source]