subdir
A subdir, short for subdirectory, is a directory that exists within another directory in a hierarchical file system. Subdirectories help organize files by topic, project, or function, creating a tree-like structure where each subdir is contained in a parent directory.
Subdirectories are identified by a path that includes separators. In Unix-like systems, the forward slash is
Path notation distinguishes absolute paths, which start from the root directory, from relative paths, which are
In web servers, subdirectories under a document root map to parts of the site’s URL. A folder
Security and administration considerations include validating and canonicalizing paths when building file paths from user input