0 purchases
chmod
chmod #
Useful for writing chmod command in Dart.
import 'package:chmod';
main() async {
final result = await chmod('./test.txt', '0o777');
print('Result: $result');
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.