public LocalFileSystemClient( string rootPath )
Public Sub New ( rootPath As String )
public: LocalFileSystemClient( String^ rootPath )
new : rootPath : string -> LocalFileSystemClient
In this configuration, all absolute paths (even if they contain a drive specifier on Windows) passed to the members of this class will be made relative to the specified root path. Note that the Path property doesn't consider the root path.
Copyright © Sven Groot (Ookii.org) 2022