FileSystemOperationsExtensions.PathExists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test the existence of a file or directory object specified by the file path.
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
Parameters
- operations
- IFileSystemOperations
The operations group for this extension method.
- accountName
- String
The Azure Data Lake Store account to execute filesystem operations on.
- getFilePath
- String
The Data Lake Store path (starting with '/') of the file or directory for which to test the existence of.
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.