|
nixd
|
Options for DeleteFile operation. More...
#include <Protocol.h>
Public Attributes | |
| std::optional< bool > | recursive |
| Delete the content recursively if a folder is denoted. | |
| std::optional< bool > | ignoreIfNotExists |
| Ignore the operation if the file doesn't exist. | |
Options for DeleteFile operation.
Definition at line 321 of file lspserver/include/lspserver/Protocol.h.
| std::optional<bool> lspserver::DeleteFileOptions::ignoreIfNotExists |
Ignore the operation if the file doesn't exist.
Definition at line 325 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().
| std::optional<bool> lspserver::DeleteFileOptions::recursive |
Delete the content recursively if a folder is denoted.
Definition at line 323 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().