Top "Subdirectory" questions

A subdirectory is a directory that is contained inside another directory.

Vbscript list all PDF files in folder and subfolders

Well here is my code but I just can not filter the listing using the objFile.Extension i am sure …

vbscript directory subdirectory directory-listing
Browse files and subfolders in Python

I'd like to browse through the current folder and all its subfolders and get all the files with .htm|.html …

python subdirectory
Sharepoint: How do I filter a document library view to show the contents of a subfolder?

A number of business areas I work with use a folder structure to organise their Sharepoint housed documents (not ideal …

sharepoint filter subdirectory
Correctly ignore all files recursively under a specific folder except for a specific file type

I have seen similar questions (1, 2 and 3), but I don't get a proper solution from them. I need to ignore all …

git version-control directory gitignore subdirectory
How to create nonexistent subdirectories recursively using Bash?

I am creating a quick backup script that will dump some databases into a nice/neat directory structure and I …

bash shell recursion subdirectory
How to remove .htaccess password protection from a subdirectory

I have password protected my entire website using .htaccess but I would like to expose one of the sub directories …

.htaccess password-protection subdirectory
Best way to iterate folders and subfolders

What's the best way to iterate folders and subfolders to get file size, total number of files, and total size …

c# directory subdirectory
How to move all files with specific extension from all subdirectories to their parent using CMD?

Folder c:\folder1 contains subfolder1, subfolder2, etc.. These subdirectories hold .pdf and .db files. How can all the .pdf files …

windows file-io cmd directory subdirectory
Iterate through folders, then subfolders and print filenames with path to text file

I am trying to use python to create the files needed to run some other software in batch. For part …

directory python-2.6 subdirectory
Moving entire folder and all its contents to another folder

Just need a batch script that will move one folder and all its contents into another folder. Essentially this C:\…

batch-file directory move subdirectory