Click or drag to resize

EditorFileSystemUpdateFile Method

Update a file information. Call this if an external program (not Godot) modified the file.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void UpdateFile(
	string path
)

Parameters

path
Type: SystemString

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

See Also