.Trash-1000 on filesystem creation
This commit is contained in:
parent
c395e1f9f7
commit
57ac916ccd
|
@ -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, "/.metadata_never_index");
|
||||||
make_empty_file(&vfs_fat->fatfs, "/.Trashes");
|
make_empty_file(&vfs_fat->fatfs, "/.Trashes");
|
||||||
|
make_empty_file(&vfs_fat->fatfs, "/.Trash-1000");
|
||||||
make_empty_file(&vfs_fat->fatfs, "/.fseventsd/no_log");
|
make_empty_file(&vfs_fat->fatfs, "/.fseventsd/no_log");
|
||||||
#if CIRCUITPY_OS_GETENV
|
#if CIRCUITPY_OS_GETENV
|
||||||
make_empty_file(&vfs_fat->fatfs, "/settings.toml");
|
make_empty_file(&vfs_fat->fatfs, "/settings.toml");
|
||||||
|
|
Loading…
Reference in New Issue