Search found 3 matches

by gallaxy
09.03.2022, 03:00
Forum: General Discussion
Topic: How can I find all the specified folders (including hidden folders) on my hard disk and remove them all at once?
Replies: 4
Views: 7655

Re: How can I find all the specified folders (including hidden folders) on my hard disk and remove them all at once?

I am a beginner who is learning c++.
After deleting the .vs folder and recompiling again, it is generated again, so it does not seem to be a problem even if it deletes it after learning.

I hope to have this like feature in FC.
by gallaxy
08.03.2022, 03:51
Forum: General Discussion
Topic: How can I find all the specified folders (including hidden folders) on my hard disk and remove them all at once?
Replies: 4
Views: 7655

How can I find all the specified folders (including hidden folders) on my hard disk and remove them all at once?

Hello,

How can I find all the specified folders (including hidden folders) on my hard disk and remove them all at once?

For example, when I compile C++ using Visual Studio, folders named the .vs (hidden folder), Debug, and Release are created. I want to delete this folder because it consumes a lot ...