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

    Sep 30, 2008 · In Windows it's relative to what drive your current working directory is at the time. If your current directory is in the C drive then C:\ would be the root. If the current directory is …

  2. no root folder :: Assetto Corsa General Discussions - Steam …

    Mar 30, 2021 · Root directory (or root folder) of a game is just the main game folder (without going inside the subfolders inside this game folder). For Assetto Corsa on Steam, the root folder for …

  3. c# - Best way to get application folder path - Stack Overflow

    I see that there are some ways to get the application folder path: Application.StartupPath System.IO.Path.GetDirectoryName( …

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

    May 9, 2017 · If the file being executed is in the root path of the project then the first index of sys.path will be the root path to the project. If the file being executed is in a sub directory of the …

  5. Is there a way to get the git root directory in one command?

    Mercurial has a way of printing the root directory (that contains .hg) via hg root Is there something equivalent in git to get the directory that contains the .git directory?

  6. How to get root directory of project in asp.net core. Directory ...

    May 1, 2017 · gets me the root folder of the project (not the bin or debug folders). But when I ran it on a mac it got " Directory.GetCurrentDirectory() " sent me to /usr// [something else]. It didn't …

  7. Determine project root from a running node.js application

    Apr 22, 2012 · If your source files are in the project root then this works. If your source files are in a sub directory like src then it will return src not the project root.

  8. Deploying my application at the root in Tomcat - Stack Overflow

    Dec 15, 2014 · 238 You have a couple of options: Remove the out-of-the-box ROOT/ directory from tomcat and rename your war file to ROOT.war before deploying it. Deploy your war as …

  9. How to rename a workspace in vscode? - Stack Overflow

    Jan 9, 2021 · Normally, you would only want to use a <name>.code-workspace file with multi-root projects (that is, projects that include multiple folders), but this is also the only way to rename …

  10. Where is the .vscode folder located? - Stack Overflow

    Sep 3, 2024 · The .vscode folder is usually a hidden directory located in the root of your project folder. The .vscode folder typically appears in one of the following places: