PureData CEAMMC library web documentation
available since version: 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
Get/set use async operations
type: bool
default: 1
@norm
Get/set normalize path
type: bool
default: 1
@path
Get/set current path value
type: atom
Authors: Serge Poltavsky
License: GPL3 or later