Click or drag to resize

DirectoryFileExists Method

Returns whether the target file exists. The argument can be relative to the current directory, or an absolute path.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool FileExists(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.Directory.FileExists(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Directory.FileExists(System.String)"]

See Also