Top "Explorer" questions

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

Is there something similar for emacs like vims's NERDtree

For vim there is a filesystem explorer called NERDtree: https://github.com/scrooloose/nerdtree Surely an alternative or superior package …

file emacs project explorer
How to use RunAs Cmd to Launch Explorer, Windows 8

any idea why this is not working? runas.exe /user:Administrator "cmd /c explorer" it returns: Windows cannot find the …

windows cmd explorer runas
Open Windows Explorer directory, select a specific file (in Delphi)

I have a procedure to open a folder in Windows Explorer that gets passed a directory path: procedure TfrmAbout.ShowFolder(…

delphi explorer
How can I browse the classes and methods of an ActiveX DLL?

Basically, what I want to is be able to explore an ActiveX DLL. I normally fire up VB 6, add the …

dll activex explorer
How to open windows explorer when I click a button?

I have a form in a Delphi project. There is a button on the form. When the user clicks the …

windows delphi explorer
How to quickly open the current directory from the command prompt? OS - Windows

There is a need to quickly open the current directory from the command prompt. I know that there is a …

windows cmd command command-prompt explorer
How to redraw SVG after change from javascript (Internet Explorer and Edge)

Does anyone know how to force IE and Edge to display/refresh embedded SVG after changing its content (see code …

javascript svg microsoft-edge explorer
FileBrowser/FileSelector for WPF

Does anybody know if there is a WindowsExplorer-like filebrowser which I can include in my WPF-window? I don't want use …

wpf selector explorer file-browser
How can I open a folder in Windows Explorer?

I don't need any kind of interface. I just need the program to be an .exe file that opens a …

c# explorer
How can I programmatically refresh Windows Explorer?

I have a Windows shell extension that uses IShellIconOverlayIdentifier interface to display overlay icons on files and folders. My extension …

windows winapi windows-vista explorer windows-explorer