Skip to content

Commit 57ac916

Browse files
committed
.Trash-1000 on filesystem creation
1 parent c395e1f commit 57ac916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supervisor/shared/filesystem.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ bool filesystem_init(bool create_allowed, bool force_create) {
129129
}
130130
make_empty_file(&vfs_fat->fatfs, "/.metadata_never_index");
131131
make_empty_file(&vfs_fat->fatfs, "/.Trashes");
132+
make_empty_file(&vfs_fat->fatfs, "/.Trash-1000");
132133
make_empty_file(&vfs_fat->fatfs, "/.fseventsd/no_log");
133134
#if CIRCUITPY_OS_GETENV
134135
make_empty_file(&vfs_fat->fatfs, "/settings.toml");

0 commit comments

Comments
 (0)