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

◆ OpenFile() [2/3]

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

Definition at line 246 of file IsolatedStorageFile.cs.

247 {
249 return new IsolatedStorageFileStream(path, mode, access, this);
250 }

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