Initializer
init(basePath:)
Creates a new file system strategy with the specified base path.
init(basePath: String = FileManager.default.currentDirectoryPath)
Parameters
basePath-
The base directory for file output (default: current directory)