Partager via


FileSystemOperationsExtensions.PathExists Méthode

Définition

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 à