Top "Dir" questions

A directory or folder is a virtual container within a digital file system, in which groups of computer files and other directories can be kept and organized.

Command to list all files in a folder as well as sub-folders in windows

I tried searching for a command that could list all the file in a directory as well as subfolders using …

windows command-line command dir
Is there a way to delete created variables, functions, etc from the memory of the interpreter?

I've been searching for the accurate answer to this question for a couple of days now but haven't got anything …

python memory-management dir
How to create ls in windows command prompt?

I want to use ls in windows command prompt and make it run the dir command. How can I do …

windows windows-xp cmd ls dir
Members of Dirent structure

I have started working with dirent.h library and I came across a very useful member of "struct dirent" structer …

c linux dir readdir dirent.h
Using SAS Macro to pipe a list of filenames from a Windows directory

I am trying to amend the macro below to accept a macro parameter as the 'location' argument for a dir …

sas pipe sas-macro dir file-io
Invalid syntax in path when changing directory

In Python, first I check where I am: import os os.getcwd() This gives me %run C:/Users/<name&…

python directory dir cd
Equivalent of Python's dir in Javascript

when I write Python code from the interpreter I can type dir() to have a list of names defined in …

javascript python namespaces interactive dir
Errno13, Permission denied when trying to read file

I have created a small python script. With that I am trying to read a txt file but my access …

python file readfile dir
Qt - How to get the "Temp" dir for an arbitrary user?

For each OS there is a location for storing temporary data. It could be like: C:/Users/[user name]/AppData/…

c++ qt temporary-files dir
cmd dir /b/s plus date

I am looking for a cmd shell command in Windows XP, like "dir /b/s" that includes date and time …

date path cmd dir bare