DirectMyFile / coreutils

Coreutils in Dart
4 stars 3 forks source link

Please make those utils crossplatform #3

Open Emasoft opened 9 years ago

Emasoft commented 9 years ago

It would be great to also have a crossplatform version of all those utils. The majority of file management operations are the same in every OS, and one of the Dart strengths lies in its in very portable code, even better than Node.js.

azenla commented 9 years ago

I'll try, most of it is, except for things like:

Because they call native functions only on Unix based systems. I develop on a Mac, so everything works on there, the biggest problem is Windows.