GenLSP.Protocol.Structures.DeleteFileOptions (gen_lsp v0.0.1)

Delete file options

properties

Properties

recursive :: boolean

Delete the content recursively if a folder is denoted.

ignoreIfNotExists :: boolean

Ignore the operation if the file doesn't exist.