PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: path

path.search

available since version: 0.9.4


information

Searches file by name in user specified or PureData system paths. Outputs first found file. Search order: 1. user defined paths (@path property), 2. current patch directory, 3. PureData system path, 4. home directory. Absolute paths processed before relative. Home directory can be specified with '~' symbol. Note: by default search request is performed asynchronously, so a delay will occured between input and output.

example

arguments:

methods:

properties:

inlets:

outlets:

keywords:

path environment

See also: [file.size]

Authors: Serge Poltavsky

License: GPL3 or later