Skip to content

kasperpeulen/expand_path.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build Status Coverage Status Pub Documentation Status GitHub license Github Issues

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.

License

MIT