hunnble / chmod

chmod for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chmod

Useful for writing chmod command in Dart.

import 'package:chmod';

main() async {
  final result = await chmod('./test.txt', '0o777');
  print('Result: $result');
}

About

chmod for Dart

License:Other


Languages

Language:Dart 100.0%