DirectoryRemove Method |
Deletes 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.
Returns one of the Error code constants (OK on success).
Namespace: Godot
public Error Remove( string path )
[Missing <param name="path"/> documentation for "M:Godot.Directory.Remove(System.String)"]
[Missing <returns> documentation for "M:Godot.Directory.Remove(System.String)"]