.Trash-1000 on filesystem creation

This commit is contained in:
Bill Sideris 2023-08-27 23:29:08 +03:00
parent c395e1f9f7
commit 57ac916ccd
No known key found for this signature in database
GPG Key ID: 1BEF1BCEBA58EA33
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ bool filesystem_init(bool create_allowed, bool force_create) {
}
make_empty_file(&vfs_fat->fatfs, "/.metadata_never_index");
make_empty_file(&vfs_fat->fatfs, "/.Trashes");
make_empty_file(&vfs_fat->fatfs, "/.Trash-1000");
make_empty_file(&vfs_fat->fatfs, "/.fseventsd/no_log");
#if CIRCUITPY_OS_GETENV
make_empty_file(&vfs_fat->fatfs, "/settings.toml");