Filesystem API reference¶
FManC filesystem API provides an easy and portable way to operate on filesystem :
(1) Some functions of this API are small wrappers of C++ filesystem API, hence their behaviour on any operating system or platform is the same as their C++ equivalent (except when explicitely stated). There is a link to cppreference in the description of such functions.