PureData CEAMMC library web documentation
working with filesystem paths
file.size: outputs the file size
path.basename: outputs the filename portion of the pathname
path.dirname: outputs directory portion of pathname
path.exists: checks if the given path exists
path.file: file input/output
path.is_dir: checks if the path is a directory
path.lsdir: list directory contents
aliases: [path.ls]
path.monitor: filesystem event monitor
path.normalize: normalize file paths
aliases: [path.norm]
path.pattern: pattern filename generator
path.search: file search
path.split: split path into dirname and basename
Version: 0.9.8
License: GPL3