Ongeveer 33.600.000 resultaten
Koppelingen in nieuw tabblad openen
  1. What is the difference between a directory and a folder?

    16 jul. 2021 · Check "The folder metaphor" section at Wikipedia. It states: There is a difference between a directory, which is a file system concept, and the graphical user interface metaphor …

  2. How do I check if a directory exists in Python? - Stack Overflow

    A word of warning - the highest rated answer might be susceptible to race conditions. You might want to perform os.stat instead, to see if the directory both exists and is a directory at the same …

  3. Command prompt won't change directory to another drive

    10 If you want to change from current working directory to another directory then in the command prompt you need to type the name of the drive you need to change to, followed by : symbol. …

  4. how to change directory using Windows command line

    8 jul. 2017 · gives me The filename, directory name, or volume label syntax is incorrect.. Of course it does, because /drivename is not a valid switch and therefore interpreted as a foldername, …

  5. Download a single folder or directory from a GitHub repository

    How can I download only a specific folder or directory from a remote Git repository hosted on GitHub? Say the example GitHub repository lives here: [email protected]:foobar/Test.git Its …

  6. How do I get the directory where a Bash script is located from ...

    How do I get the path of the directory in which a Bash script is located, inside that script? I want to use a Bash script as a launcher for another application. I want to change the working directo...

  7. Loop through files in a directory using PowerShell

    3 sep. 2000 · How can I change the following code to look at all the .log files in the directory and not just the one file? I need to loop through all the files and delete all lines that do not contain …

  8. python - Listing of all files in directory? - Stack Overflow

    Wrong. iterdir lists only the files in the directory but the OP has made it plain that he/she wants an explorer which will search down through the whole structure.

  9. How to set the current working directory? - Stack Overflow

    25 okt. 2017 · How to set the current working directory? [duplicate] Asked 16 years ago Modified 3 years ago Viewed 1.3m times

  10. Windows shell command to get the full path to the current ...

    4 mrt. 2009 · Is there a Windows command line command that I can use to get the full path to the current working directory? Also, how can I store this path inside a variable used in a batch file?