Specifying Directories
With each function there is an optional parameter, {dir}
, which allows the user to provide an argument pointing to a specific directory. When given a valid directory, that specific function will execute within it.
When a directory is not specified, it will default to the given path
argument in the constructor. If that also isn't specified, the default path will be "./data/".
Last updated