Dir Link
In Windows, dir lists files in a directory. To "write" this list into a text file, you use a redirection operator: dir > filelist.txt
: Left-to-Right (standard for English, Spanish, etc.). In Windows, dir lists files in a directory
Instead of showing the list on your screen, it creates a new file named filelist.txt containing the directory contents. In Windows, dir lists files in a directory
In web coding, dir is an attribute used to specify the direction of text. In Windows, dir lists files in a directory