Top "Subdirectory" questions

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

print the folder tree with sizes, windows

I'm looking for a way to print (or write to file) the folder tree of my windows PC, including the …

windows parsing directory subdirectory filetree
HAProxy: Backend with subdirectory / subpath / subfolder?

I am trying to achieve this: http://front-end --> http://back-end/app-1 http://front-end/app-2 --> http://back-end/…

backend subdirectory haproxy
Powershell Get-ChildItem -recurse doesn't get all items

I'm working on a powershell script erase certain files from a folder, and move the rest into predefined subfolders. My …

powershell recursion delete-file subdirectory get-childitem
Iterate through Registry Subfolders

I want to get all values of a registry path include the values of its subfolders. Right now i read …

vbscript registry subdirectory regedit
What is the maximum allowed depth of sub-folders?

At first I wanted to ask "What is the maximum allowed sub-folder for a windows OS" But then I figured …

linux windows macos directory subdirectory
Second path fragment must not be a drive or UNC name - Create Subdirectory Error

I have an exception in the third line ofthis code "Second path fragment must not be a drive or UNC …

c# .net directory subdirectory directoryinfo
.htaccess in root and subfolder, each to redirect to own index.php

I apologise for a seemingly duplicate question, but none of the dozens I've looked at actually had the same problem. …

regex apache .htaccess mod-rewrite subdirectory
python os.walk to certain level

I want to build a program that uses some basic code to read through a folder and tell me how …

python directory subdirectory python-os
How do I list subdirectories in Windows using C++?

how do I list subdirectories in windows using C++? Using code that would run cross-platorm is better.

c++ windows subdirectory
PowerShell FTP download files and subfolders

I like to write a PowerShell script to download all files and subfolders from my FTP server. I found a …

powershell download ftp subdirectory