IsolatedStorageFile.CreateFile(String) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Membuat file di penyimpanan terisolasi.
public:
System::IO::IsolatedStorage::IsolatedStorageFileStream ^ CreateFile(System::String ^ path);
public System.IO.IsolatedStorage.IsolatedStorageFileStream CreateFile (string path);
[System.Runtime.InteropServices.ComVisible(false)]
public System.IO.IsolatedStorage.IsolatedStorageFileStream CreateFile (string path);
member this.CreateFile : string -> System.IO.IsolatedStorage.IsolatedStorageFileStream
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.CreateFile : string -> System.IO.IsolatedStorage.IsolatedStorageFileStream
Public Function CreateFile (path As String) As IsolatedStorageFileStream
Parameter
- path
- String
Jalur relatif file yang akan dibuat.
Mengembalikan
File penyimpanan baru yang terisolasi.
- Atribut
Pengecualian
Penyimpanan terisolasi telah dihapus.
-atau-
Penyimpanan terisolasi dinonaktifkan.
path
cacat.
path
adalah null
.
Direktori di path
tidak ada.
Toko yang terisolasi telah dibuang.
Keterangan
Metode ini setara dengan menggunakan IsolatedStorageFileStream.IsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, IsolatedStorageFile) konstruktor.