def

func:ioInfo

ioInfo(handle)

Get information about a file handle and return a Dict with the same tags as ioDir().

If the I/O handle does not map to a file in the virtual file system then throw an exception.

ioInfo(`io/`)            // read file info for the project's io/ directory
ioInfo(`io/sites.trio`)  // read file info for the io/sites.trio file

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function