Skip to content

mikstime/Path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path

A simple c++ repository created for easier interaction with files.

Path* path = new Path;
path->setPath("../videos/cats/dog-2.03.20.12.avi");
path->getDirName(); // -> ../videos/cats
path->getFileName(); // -> dog-2.03.20.12
path->getFileExt(); // -> avi
path->setDirName("../lib");
path->getFullPath(); // -> ../lib/dog-2.03.20.12.avi

About

Path it quick

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published