Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port rebar_file_utils to Windows | Juhani Rankimies | 2010-10-27 | 1 | -0/+265 |
Modify rm_rf and cp_r to work when {win32,_} = os:type(). Simplify rm_rf to only accept one filename, directoryname or wildcard. Add unit tests to ensure a similar behaviour on windows and unix. Thanks to tuncer for guidance and feedback. |