Navigation Menu

Skip to content

Isty001/copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

With clib:

clib install isty001/copy

..or

git clone https://github.com/isty001/copy

Usage

#include "copy.h"

Copy one file:

copy_file("./dir/file.txt", "./target_dir/file.txt");

Copy a directory recursively:

copy_dir("./dir/sub_dir", "./target_dir/sub_dir");

Both "./target_dir/file.txt" and "./target_dir/sub_dir" will be created if needed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published