Format: AllC/C++CSSTextshell script Advanced Search
4452: /* Check directory "to" is not the subdirectory of "from" */ 4453: err = fatCheckSubDirectory(fs, from, to); 4454: if (err < E_OK) goto exit0;