DirectoryOpen Method |
Opens an existing directory of the filesystem. The path argument can be within the project tree (res://folder), the user directory (user://folder) or an absolute path of the user filesystem (e.g. /tmp/folder or C:\tmp\folder).
Returns one of the Error code constants (OK on success).
Namespace: Godot
public Error Open( string path )
[Missing <param name="path"/> documentation for "M:Godot.Directory.Open(System.String)"]
[Missing <returns> documentation for "M:Godot.Directory.Open(System.String)"]