Searching way of hidden files was changed

This commit is contained in:
Yutaka Sawada
2023-03-14 10:42:14 +09:00
committed by GitHub
parent 2422cb9952
commit 372f805547
4 changed files with 51 additions and 10 deletions

View File

@@ -393,6 +393,9 @@ void print_win32_err(void);
// ファイルをゴミ箱に移す
int delete_file_recycle(wchar_t *file_path);
// エクスプローラーで隠しファイルを表示する設定になってるか調べる
unsigned int get_show_hidden(void);
#ifdef __cplusplus
}