Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ CreateFile()

IsolatedStorageFileStream System.IO.IsolatedStorage.IsolatedStorageFile.CreateFile ( string path)
inline

Definition at line 258 of file IsolatedStorageFile.cs.

259 {
261 return new IsolatedStorageFileStream(path, FileMode.Create, FileAccess.ReadWrite, FileShare.None, this);
262 }

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