Click or drag to resize
IMyUtilitiesFileExistsInGlobalStorage Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyUtilities.FileExistsInGlobalStorage(System.String)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool FileExistsInGlobalStorage(
	string file
)

Parameters

file
Type: SystemString

[Missing <param name="file"/> documentation for "M:VRage.Game.ModAPI.IMyUtilities.FileExistsInGlobalStorage(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyUtilities.FileExistsInGlobalStorage(System.String)"]

See Also