Sdílet prostřednictvím


IsolatedStorageFile.CreateFile(String) Metoda

Definice

Vytvoří soubor v izolovaném úložišti.

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

Parametry

path
String

Relativní cesta k souboru, který se má vytvořit.

Návraty

Nový soubor izolovaného úložiště.

Atributy

Výjimky

Izolované úložiště bylo odebráno.

-nebo-

Izolované úložiště je zakázané.

path je poškozený.

path je null.

Adresář v path souboru neexistuje.

Izolované úložiště bylo odstraněno.

Poznámky

Tato metoda je ekvivalentní použití konstruktoru IsolatedStorageFileStream.IsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, IsolatedStorageFile) .

Platí pro

Viz také