Searching way of hidden files was changed

This commit is contained in:
Yutaka Sawada
2023-03-14 10:44:11 +09:00
committed by GitHub
parent 372f805547
commit 313228993a
4 changed files with 35 additions and 7 deletions

View File

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