Top "Explorer" questions

Windows Explorer is the file manager and navigation tool that exists in Microsoft Windows operating systems

Open a folder using Process.Start

I saw the other topic and I'm having another problem. The process is starting (saw at task manager) but the …

c# explorer
Eclipse projects not showing up after placing project files in workspace/projects

I've searched for 2 days and can't find anything. I find things that are close, but not what I need. I …

eclipse project explorer projects invisible
Opening a folder in explorer and selecting a file

I'm trying to open a folder in explorer with a file selected. The following code produces a file not found …

c# explorer
How to create an Explorer-like folder browser control?

Using C# and WinForms in VS2008, I want to create a file browser control that looks and acts like the …

c# .net winforms explorer
How add context menu item to Windows Explorer for folders

I have found out how to add right-click context menu items to files on Windows Explorer, by adding keys to …

contextmenu explorer windows-shell-extension-menu
Open explorer on a file

In Python, how do I jump to a file in the Windows Explorer? I found a solution for jumping to …

python windows explorer
Rules for "Date Modified" of folders in Windows Explorer

How does Windows Explorer determine the "Date Modified" field for folders? [Aside: I know this is asking from an explorer-specific …

windows datetime explorer directory
How to use java code to open Windows file explorer and highlight the specified file?

I am now using java Desktop API to manipulate file explorer. I know how to open the file explorer but …

java windows explorer
HTML file:// links : open in explorer from Chrome

I have an html file with links like that : <a href="N:\folder1\folder2">folder name</a&…

html file google-chrome explorer
Adding a menu item to Windows Explorer right click context menu in C#

I am developing an application in which I want to add a menu item to context menu which appears when …

c# windows contextmenu explorer