54 constructor(
string name,
string description,
string url, hash<auto> attributes = {}, hash<auto> options = {})
class for filesystem connections; returns an object of type Qore::Dir
Definition: FilesystemConnection.qc.dox.h:36
abstract base class for connections
Definition: AbstractConnectionWithInfo.qc.dox.h:30
string name
connection name
Definition: AbstractConnection.qc.dox.h:36
constructor(string name, string description, string url, hash< auto > attributes={}, hash< auto > options={})
creates the FilesystemConnection object
string getType()
returns "dir"
Dir getImpl(bool connect=True, *hash rtopts)
returns a Qore::Dir object
hash< auto > hash(object obj)
string url
connection URL (potentially with password info)
Definition: AbstractConnection.qc.dox.h:42
hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
const ConnectionScheme
Connection entry info.
Definition: FilesystemConnection.qc.dox.h:40
the ConnectionProvider namespace. All classes used in the ConnectionProvider module should be inside ...
Definition: AbstractConnection.qc.dox.h:26