logo
pub fn add_to_search_paths<T: AsRef<Path>>(path: T) -> Result<(), IoError>
Expand description

Adds a path to the list of paths where pd searches in.

Relative paths are relative to the current working directory.

Unlike the desktop pd application, no search paths are set by default.

Errors

A list of errors that can occur: