FileFileExists Method |
Returns true if the file exists in the given path.
Note: Many resources types are imported (e.g. textures or sound files), and their source asset will not be included in the exported game, as only the imported version is used. See Exists(String, String) for an alternative approach that takes resource remapping into account.
Namespace: Godot
public bool FileExists( string path )
[Missing <param name="path"/> documentation for "M:Godot.File.FileExists(System.String)"]
[Missing <returns> documentation for "M:Godot.File.FileExists(System.String)"]