Here’s a list of how directories and file paths work in most programming environments: Relative Paths ./name.txt: Refers to the file name.txt in the current directory. ../name.txt: Refers to the file name.txt in the parent directory of the curren...