IsolatedStorageFile.CreateFile(String) Método

Definición

Crea un archivo en el almacén aislado.

public System.IO.IsolatedStorage.IsolatedStorageFileStream CreateFile (string path);
[System.Runtime.InteropServices.ComVisible(false)]
public System.IO.IsolatedStorage.IsolatedStorageFileStream CreateFile (string path);

Parámetros

path
String

Ruta de acceso relativa del archivo que se va a crear.

Devoluciones

Nuevo archivo de almacenamiento aislado.

Atributos

Excepciones

Se ha quitado el almacén aislado.

o bien

El almacenamiento aislado está deshabilitado.

path es incorrecto.

path es null.

No existe el directorio de path.

Se ha eliminado el almacén aislado.

Comentarios

Este método es equivalente al uso del IsolatedStorageFileStream.IsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, IsolatedStorageFile) constructor .

Se aplica a

Producto Versiones
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1
UWP 10.0

Consulte también