About 7,470,000 results
Open links in new tab
  1. no root folder :: Assetto Corsa General Discussions - Steam Community

    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 this game is …

  2. 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 the D drive …

  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( System.Reflection.Assembly.GetExecutingAssembly().Location) …

  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 root path of …

  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 refer to the …

  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. 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:

  9. 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 (from your …

  10. Specify a Root Path of your HTML directory for script links?

    Jan 14, 2016 · @Gazow: If your website is not in the root directory, but in the subdirectory site/folder/, you can use the HTML <base> element, as mentioned in my answer below.