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

◆ OpenFile() [3/3]

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

Definition at line 252 of file IsolatedStorageFile.cs.

253 {
255 return new IsolatedStorageFileStream(path, mode, access, share, this);
256 }

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