explorer Questions
3
Solved
On windows, I can run my ruby script like this:
> ruby myscript.rb
but I want to set things up so that I can just do this instead?..
> myscript.rb
How do I do this? I know it's possible...
Epicycloid asked 14/9, 2009 at 15:44
1
Solved
I have a script on my site that works in every browser, except Internet Explorer. Can someone explain why this doesn't work?
var header = document.getElementById('header');
var picturebg = d...
Dhiren asked 30/11, 2016 at 20:27
1
I have a shell extension built using SharpShell. I am wondering if it is possible to append to the tooltip you see when you mouse over a file:
I have read and tried to use a Shell Info Tip Handl...
Abstergent asked 8/9, 2016 at 18:41
1
I am writing a cloud-sync application in Java with .jni integration to virtualize a cloud file-system in windows explorer.
Now i want to implement icon overlays like owncloud to see the state of a...
Hedvige asked 3/9, 2016 at 10:56
3
Or alternatively, is there some other SVN client that has explorer ease of use but also supports the SVN details columns that are no longer available in Vista/Windows7?
I've looked briefly at thin...
Exponential asked 13/7, 2011 at 10:54
2
Solved
Using the Windows API Code Pack I wrote this code here (in C#), using the Windows Search.
How to display this result in Windows Explorer (where it should be displayed)?
// create the leaf condi...
4
Solved
In Windows 7 I can add meta data to files for example title, rating and so on. Where is this meta data stored exactly? For NTFS they may use alternate data streams but I this meta data also happen ...
1
Solved
I use PowerShell with ConEmu. Is it possible to open the Windows Explorer from ConEmu with its current directory?
1
How can I disable inheritance on a folder and delete all inherited permissions
Thank you
I tried this :
DirectoryInfo dInfo = new DirectoryInfo(path);
DirectorySecurity dSecurity = dInfo.GetAcc...
Phosphorism asked 8/12, 2015 at 17:50
5
I am trying to access db files on my Android phone through Eclipse's DDMS. However, file explorer is empty. Ive tried restarting adb server, restarting eclipse, and it still does not work. My phone...
1
Solved
I want to open a folder and automatically select a file from the command line:
>> explorer C:\Windows\system32\selected_file.txt
Once Windows Explorer has opened C:\Windows\system32 I want...
Ultravirus asked 30/4, 2015 at 14:49
4
Solved
In Windows 7 (and I think Vista) the Explorer has a preview pane that lets you see the contents for some file types (MS Office, images, etc). Is there any API available that allows you to access th...
1
Solved
I've succesfully obtained the handle to the current File Explorer window using
'Get handle to active window
Dim hWnd As IntPtr = GetForegroundWindow()
I have not been succesful finding the objec...
3
Solved
I have a program that works when, a file is opened with it using the right click menu in explorer. But if I select multiple files and then right click and open with my program then it opens multipl...
Ptyalin asked 24/4, 2010 at 9:6
5
Solved
I need to kill windows explorer's process (explorer.exe), for that
lets say i use a native NT method TerminateProcess
It works but the problem is that the explorer starts again, may be windows i...
1
I created a small script that changes a filename (replacing spaces with _, etc.). I'm controlling this script with parameters.
Now I'd like to include that into my explorer-shell-extention, so I t...
Mcconnell asked 13/8, 2012 at 11:23
1
It is possible to configure F# script files so that they may be invoked directly without directly specifying the script runner application and their file extension, and made accessible through the ...
Eldaelden asked 18/11, 2014 at 21:2
9
For vim there is a filesystem explorer called NERDtree: https://github.com/scrooloose/nerdtree
Surely an alternative or superior package exists for Emacs?
1
I would like to know if there is a way to know how the files in a Windows Explorer window are sorted. Kind of having the "ORDER BY" clause of the window.
Example : "Name ascending" or "Date Modifie...
3
Solved
I'm trying to create the path "/package name/databases" under the sdcard folder. Anybody got the secret?
2
Solved
Using the code described in this answer of the SO posting "Open folder and select the file", I've created this function:
public static void OpenExplorerAndSelectFile(string filePath)
{
Process.St...
Hydrothermal asked 22/3, 2014 at 14:20
5
Solved
Issue: I have a Windows 7 sub-directory which I can't delete.
While I know others here, and many more elsewhere on the Internet have asked about this general class of Windows 7 fil...
Arrangement asked 12/1, 2014 at 8:32
3
Solved
I have a problem with creating a shortcut that opens a certain program in Powershell. It is part of a small game server. Therefore the server folder needs to be able to be copied, to create another...
Trussell asked 27/12, 2013 at 20:47
2
Solved
TortoiseSVN shows icon decorations in Windows Explorer which show whether there are any uncommitted changes in a particular directory tree. For example:
The above image shows that somewhere in t...
Niven asked 17/12, 2012 at 2:50
5
I have a hidden file on my USB removable storage (FAT file system).
I'm using Windows 7. If I go to Properties window of this file and then to the Details tab, I will see that the attributes of t...
Sita asked 23/12, 2011 at 15:19
© 2022 - 2024 — McMap. All rights reserved.