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

File checking function to see if the file exists first before downloading

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public static bool Exists(
	string filename
)

Parameters

filename
Type: System..::.String
Filename. Start the filename with "http:///" to initiate an internet check. If you use http:/// instad of http://, then the system web reference is substituted in

Return Value

[Missing <returns> documentation for M:IcarusSceneEngine.FileAnywhere.Exists(System.String)]

See Also