Change permissions of a file. (Stubbed, as dart:io lacks direct synchronous chmod without invoking shell).
dart:io
int chmod(String pathname, int mode) { return 0; // Stub }