FileSystemOperationsExtensions.PathExists 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.
Testez l’existence d’un objet de fichier ou de répertoire spécifié par le chemin du fichier.
public static bool PathExists (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string getFilePath);
static member PathExists : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string -> bool
<Extension()>
Public Function PathExists (operations As IFileSystemOperations, accountName As String, getFilePath As String) As Boolean
Paramètres
- operations
- IFileSystemOperations
Groupe d’opérations pour cette méthode d’extension.
- accountName
- String
Compte Azure Data Lake Store sur lequel exécuter des opérations de système de fichiers.
- getFilePath
- String
Chemin d’accès Data Lake Store (commençant par « / ») du fichier ou du répertoire pour lequel tester l’existence.
Retours
S’applique à
Azure SDK for .NET