Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OpenFile() [1/3]

IsolatedStorageFileStream System.IO.IsolatedStorage.IsolatedStorageFile.OpenFile ( string path,
FileMode mode )
inline

Definition at line 240 of file IsolatedStorageFile.cs.

241 {
243 return new IsolatedStorageFileStream(path, mode, this);
244 }

References System.IO.IsolatedStorage.IsolatedStorageFile.EnsureStoreIsValid().