Class Filesystem.Monitor.symlinks

Inheritance graph
Description

Filesystem monitor with support for symbolic links.

This module extends Filesystem.Monitor.basic with support for symbolic links.

Note

For operating systems where symbolic links aren't supported, this module will behave exactly like Filesystem.Monitor.basic.

See also

Filesystem.Monitor.basic


Inherit basic

inherit Filesystem.Monitor.basic : basic


Variable available_ids

protected int Filesystem.Monitor.symlinks.available_ids

Description

Bitmask of all unallocated symlink ids.


Variable symlink_ids

protected mapping(string:int) Filesystem.Monitor.symlinks.symlink_ids

Description

Mapping from symlink name to symlink id.


Variable symlink_targets

protected mapping(string:string) Filesystem.Monitor.symlinks.symlink_targets

Description

Mapping from symlink name to symlink target.