User Question of the Month: Create a Directory Listing of Files
One of our users recently asked our support team:
Is there a way to get a directory listing in UltraEdit? If not, this would be a great feature.
There are a few ways you could do this, but the easiest way is to use the built-in functionality of Find in Files. To retrieve a directory listing with the Find in Files, simply leave the "Find What" box empty. UltraEdit will list the files in the specified directory that matches the directory and file type filter.
So, if you wanted to see all files in "c:\temp\" use the following parameters:
Find What: (empty)
In Files/Types: *.*
Directory: c:\temp\

If you wanted to see all text (txt) files in "c:\temp\", you can use the following parameters:
Find What: (empty)
In Files/Types: *.txt
Directory: c:\temp\
Similarly, if you wanted to see all text (txt) files that start with the name "hello" in "c:\temp\", you can use the following parameters:
Find What: (empty)
In Files/Types: hello*.txt
Directory: c:\temp\
Comment on this post
Required fields are marked with *.
Posts: 6
Reply #1 on : Wed May 21, 2008, 09:23:43
Posts: 6
Reply #2 on : Wed May 21, 2008, 16:31:15
Posts: 6
Reply #3 on : Wed May 21, 2008, 17:14:04
Posts: 6
Reply #4 on : Thu May 22, 2008, 04:16:18
Posts: 6
Reply #5 on : Thu May 22, 2008, 08:29:11
Posts: 6
Reply #6 on : Thu May 22, 2008, 11:28:36








