ArcGIS Pro 2.8 API Reference Guide
FileSystemConnectionPath Constructor

ArcGIS.Core.Data Namespace > FileSystemConnectionPath Class : FileSystemConnectionPath Constructor
A valid path to a specific file-system data store.
The type of file-system data store.
Opens a file-system data store with the specified path.
Syntax
public FileSystemConnectionPath( 
   Uri path,
   FileSystemDatastoreType type
)
Public Function New( _
   ByVal path As Uri, _
   ByVal type As FileSystemDatastoreType _
)

Parameters

path
A valid path to a specific file-system data store.
type
The type of file-system data store.
Exceptions
ExceptionDescription
No valid file-system data store has been opened prior to invoking this operation.
path is null.
type is invalid.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

FileSystemConnectionPath Class
FileSystemConnectionPath Members