diskfs / go-diskfs

MIT License
512 stars 113 forks source link

implement remove and rename feature for fat32 #233

Open ludelion5 opened 3 months ago

ludelion5 commented 3 months ago

Sorry for the late PR. Here is my proposal to rename and remove files in fat32.

closes #191

ludelion5 commented 3 months ago

Thanks for the feedback. I will look into your request and test, if the implementation will also work for symlinks and directories. If so, its a good idea to stick to your suggested naming-scheme.

Additionally I can check if the RemoveAll is easy to implement, I have to see if I can spare enough time for that feature.