expand_path 0.0.10 copy "expand_path: ^0.0.10" to clipboard
expand_path: ^0.0.10 copied to clipboard

Dart 1 only

Bash-like tilde expansion for dart. Expands a leading tilde in a file path to the user home directory

example/example.dart

import 'package:expand_path/expand_path.dart';

void main() {
  print(expandPath('~')); // '/Users/kasper'
}
0
likes
35
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Bash-like tilde expansion for dart. Expands a leading tilde in a file path to the user home directory

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

homedir

More

Packages that depend on expand_path