Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder cannot be deleted #1271

Open
ProjectRabbit-403 opened this issue Aug 22, 2024 · 1 comment
Open

Folder cannot be deleted #1271

ProjectRabbit-403 opened this issue Aug 22, 2024 · 1 comment
Labels

Comments

@ProjectRabbit-403
Copy link

I used this code in my project, which generated a folder in the project directory, but this folder cannot be deleted

//File upload
const upload = multer({dest: 'upload '});
File.post('/put',upload.single('file'),(req,res)=>{
    ...
})

Windows cannot be deleted, and neither can PowerShell
PixPin_2024-08-22_11-08-44
PixPin_2024-08-22_11-15-09

@ProjectRabbit-403
Copy link
Author

I don't know why, but VSCode can be deleted 🫤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant