TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nadav Rock
NA
31
9.6k
how to close all folders in windows?
Jun 22 2019 6:29 PM
i have a visual studio form that opens specific folders by pressing buttons. it would be very convinitent if i had a button to close all folders. cant find how to do that.
i have a code to close a specific process but i dont know how to refrence a specific folder and even if i did i dont know to make it work for all folders.
i have:
Process[] _proceses = null;
_proceses = Process.GetProcessesByName("E:/1");
foreach (Process proces in _proceses)
{
proces.Kill();
}
Reply
Answers (
2
)
how to add azure ad authentication to existing asp.net C#
HOW TO Retrieve hash password from Active Directory