Веб-документация библиотеки расширений PureData CEAMMC
доступно с версии: 0.9.8
exists
checks if path exists. Output [exists VALUE( message
info
request path information. Output [info DICT(
permissions
request path permissions. Output [permissions VALUE(
size
request file size in bytes. Output [size BYTES(
type
request path type. Output [type TYPE( message, where type is one of: regular,
dir, symlink, char, block, fifo, socket
@async
Запросить/установить use async operations
тип: bool
по умолчанию: 1
@norm
Запросить/установить normalize path
тип: bool
по умолчанию: 1
@path
Запросить/установить current path value
тип: atom
Авторы: Serge Poltavsky
Лицензия: GPL3 or later