#ifndef BB_FILESYSTEM_H #define BB_FILESYSTEM_H #include namespace bbFileSystem{ bbString appDir(); bbString appPath(); bbArray appArgs(); bbBool copyFile( bbString srcPath,bbString dstPath ); } #endif