Tagged Questions
The find-files tag has no wiki summary.
4
votes
9answers
5k views
How do I open “Find Files” dialog from command-line in Windows XP to search a specific folder?
I'd like to create a hotkey to search for files under a specific folder in Windows XP; I'm using AutoHotkey to create this shortcut.
Problem is that I need to know a command-line statement to run in ...
2
votes
1answer
49 views
Emacs New File Confirmation during Find-File Completion
Some Emacs package I use has turned off the find-file confirmation for choosing a new non-existing file that matches parts of existing file-names shown during completion. I want this confirmation back ...
2
votes
6answers
494 views
Find a file in Vim
I'm new to VIM, just thought I'd give it a go so I'm still not 100% on what it is capable of.
Is there anyway to search a directory recursively for a file (using wildcards when needed)?
If not is ...
1
vote
1answer
417 views
Faster Directory Walk with VB6 Query: Cache and Ram issues?
Below is a rather simple function which counts how many files are on a machine. Called on "C:\", it takes about 5 seconds to run. Unless I haven't run it in a while or first run a ram-clearing ...
0
votes
1answer
506 views
Nant: Find file by pattern
What I am trying to do, is to find a file with NAnt. This file could by anywhere in a directory structure of a given folder.
I tried to this with the NAnt-foreach task (this works) but I am not quite ...