About 64 results
Open links in new tab
  1. What are "." and ".." in Windows' directory? - Stack Overflow

    Feb 19, 2011 · represents current directory where are you with windows explorer/total commander or other file manager, where ".." represents command to go up 1 level to upper directory as …

  2. Tree view of a directory/folder in Windows? - Stack Overflow

    In the Windows command prompt you can use "tree /F" to view a tree of the current folder and all descending files & folders. In File Explorer under Windows 8.1:

  3. What is the alternative for ~ (user's home directory) on Windows ...

    Nov 13, 2022 · 402 I'm trying to use the command prompt to move some files, I am used to the linux terminal where I use ~ to specify the my home directory I've looked everywhere but I …

  4. How to change default directory in Windows Subsystem for Linux

    Nov 26, 2019 · 37 I am setting up my development environment, so I just installed Windows Subsystem for Linux and it always seems to open a fresh terminal in my Windows home …

  5. How can I monitor a Windows directory for changes?

    I implemented ReadDirectoryChangesW to monitor a directory and all its sub directories and get the information about change in those directories. I have written a blog post on the same, and I …

  6. windows - Get current batchfile directory - Stack Overflow

    Jun 12, 2013 · Get current batchfile directory Asked 12 years, 5 months ago Modified 4 years, 6 months ago Viewed 675k times

  7. How to access `/.ssh` directory in windows? - Stack Overflow

    Jun 28, 2022 · 5 In my case, ssh-keygen generated the keys inside the current directory, not into the path it claimed to generate them in. I was also following these instructions and was quite …

  8. Find windows folder programmatically in c# - Stack Overflow

    Apr 4, 2017 · 10 To simply kill and restart Windows Explorer you wouldn't need the path to the system folder as this is already included in the PATH environment variable (unless the user …

  9. c++ - CMD.EXE was started with the above path as the current …

    May 15, 2014 · CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows Directory [duplicate] Asked 11 years, 6 months ago …

  10. What characters are forbidden in Windows and Linux directory …

    Windows also has several length restrictions; a filename valid in one folder may become invalid if moved to another folder. The rules for naming files and folders are on the Microsoft docs. You …