Path.lchmod
void lchmod(uint mode) constChanges file permissions, following symlinks (POSIX only).
NOTE: On Windows this function does nothing.
Parameters
mode | The new permissions mode. |
void lchmod(uint mode) constChanges file permissions, following symlinks (POSIX only).
NOTE: On Windows this function does nothing.
mode | The new permissions mode. |