About 10,400,000 results
Open links in new tab
  1. What is Windows' equivalent to UNIX's root directory?

    Sep 30, 2008 · If you're running Windows CE then \ is the root directory. This resembles Unix's / root directory. This is the only kind of Windows where you can get a simple answer to your question. If …

  2. Getting the default root directory in Java - Stack Overflow

    16 I'm making a basic file browser, and want to know how to get the default root directory.

  3. working directory - Determine project root from a running node.js ...

    Apr 22, 2012 · If you want the root directory of the running process, you probably do want to use process.cwd(). If you want predictability and reliability, then you probably need to make it a …

  4. How to change workspace and build record Root Directory on Jenkins?

    Now the fields for Workspace Root Directory and Build Record Root Directory appear: The information that appears if you click the help bubbles to the left of each option is very instructive.

  5. Python - Get path of root project structure - Stack Overflow

    May 9, 2017 · ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) # This is your Project Root Thus, with the Project Root known, you can create a variable that points to the location of the …

  6. Configure nginx with multiple locations with different root folders on ...

    The nginx wiki explains the difference between root and alias better than I can: Note that it may look similar to the root directive at first sight, but the document root doesn't change, just the file system …

  7. How to set the root directory for Visual Studio Code Python Extension ...

    Apr 30, 2018 · First thing sourcing a directory (e.g., in Pycharm it would be source root) in VSCode needs two different setups for both Run and Debug modes. For Debug mode: Go to Run -> Add …

  8. Python access to project root directory - Stack Overflow

    Dec 13, 2017 · Python access to project root directory Asked 7 years, 11 months ago Modified 1 year, 4 months ago Viewed 35k times

  9. Get Root Directory Path of a PHP project - Stack Overflow

    Dec 29, 2011 · Of course, the root directory will be the path to the landing page. If your landing page is in another folder, then it will take the path of the folder it is in.

  10. Find the root of the git repository where the file lives

    When working in Python (e.g. running a script), how can I find the path of the root of the git repository where the script lives? So far I know I can get the current path with: