ReparsePointAware.OpenRead(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ouvre un fichier existant pour y accéder en lecture. Si le chemin canonique du fichier contient des points d’analyse Windows, UnauthorizedAccessException est levée.
public static System.IO.FileStream OpenRead (string path);
static member OpenRead : string -> System.IO.FileStream
Public Shared Function OpenRead (path As String) As FileStream
Paramètres
- path
- String
Chemin d’accès complet au fichier cible.
Retours
Flux de fichier vers le fichier en cours d’ouverture. L’appelant est responsable de la suppression du flux de fichiers lorsque les opérations sont terminées.
Exceptions
Le chemin contient des points d’analyse Windows ou n’est pas accessible.