Search the Community
Showing results for tags 'foldername'.
-
Basically I'm looking to make a snapshot of a whole HD's folders and files in one text file. Just the names. Preferably in alphabetical order. Folder 1 File 1 File 2 File 3 Folder 2 Etc Is there a function that can copy just the names without opening the files? An alternative would be to put each into rename mode and then copy the text, but that is going to be painfully slow. Thanks.
- 3 replies
-
- filename
- foldername
-
(and 3 more)
Tagged with:
-
Hi there, I am planning to make script for hide/show folders in windows explorer. This is the pseudo code 1. User selectes a folder in windows explorer 2. In the right click context menu, he can see an option named "Hide this folder" 3. If he chooses that option, then my script starts working 4. First, it will collect the full path and name of the folder. 5. Then it will change the file attrib with the FileSetAttrib() function. I don't know how to do the step 4. Please help. Thanks in advance