Move file from one directory to another, dstPath created if it doesn't exist
int FileMove(Pointer<Char> srcPath, Pointer<Char> dstPath) => _FileMove(srcPath, dstPath);