expand_path 0.0.5
expand_path: ^0.0.5 copied to clipboard
Bash-like tilde expansion for dart. Expands a leading tilde in a file path to the user home directory
expand_path.dart #
Bash-like tilde expansion for dart. Expands a leading tilde in a file path to the user home directory
Usage #
A simple usage example:
import 'package:expand_path/expand_path.dart';
void main() {
print(expandPath('~')); // '/Users/kasper'
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.