Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 413 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 413 Bytes

Using platform-independent file operations

This recipe will show how to run operations on files, such as uncompressing a archive or renaming a folder, in a platform-independent fashion. CMake can in fact be used in command-line tool mode and offers a number of wrappers to many common operations.