Update note

This commit is contained in:
Aoran Zeng 2024-07-09 14:29:11 +08:00
parent c6e7ffbe5e
commit 3d1b1473f8

View File

@ -644,6 +644,10 @@ xy_file_exist (const char *path)
return access (newpath, 0) ? false : true;
}
/**
* @note xy_file_exist() xy_dir_exist() 使 '~'
* xy_uniform_path()
*/
static bool
xy_dir_exist (const char *path)
{