Directory.remove

Delete the target file or an empty directory. The argument can be relative to the current directory, or an absolute path. If the target directory is not empty, the operation will fail. Return one of the error code constants defined in @GlobalScope (OK or FAILED).

struct Directory
@nogc nothrow
GodotError
remove
(
StringArg0
)
(
in StringArg0 path
)

Meta