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

outdatedDart 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
0
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

unknown (license)

Dependencies

homedir

More

Packages that depend on expand_path