Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8684247
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T22:15:25+00:00 2026-06-12T22:15:25+00:00

I have some file path like below for reaching the file: StreamReader fileStream =

  • 0

I have some file path like below for reaching the file:

StreamReader fileStream = new StreamReader(@"C:\Projects\SisStuff\SIS\SIS.Core\Models\CreateEditTemplate.cshtml");

now I want to remove the c:Project\SisStuff part to make it independent from file path in my computer, I tries @”~\Models\CreateEditTemplate.cshtml” but goes to find it in debug folder, how can I make it work?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T22:15:26+00:00Added an answer on June 12, 2026 at 10:15 pm

    The only way this would be able to work across systems is to build a known system variable. For example, you can get the Windows directory by using %windir% right? Well that’s because it’s a well defined system variable.

    However, if you’re just trying to get to the root of your project you can remember that it is always going to start from the directory you’re executing from. So, while running in visual studio you would want (assuming you’re using the default path setup from the project templates) ..\..\Models\CreateEditTemplate.cshtml.

    However, if you needed this in production for some reason it would probably look more like ..\Models\CreateEditTemplate.cshtml because by default there is simply a bin folder in production that you need to step up from.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an array of file path components like this: [ ['some', 'dir', 'file.txt'],
I have some values in a configuration file (XML file) with some values like
I have an xml file with some placeholder if you like.I need to read
So lets say I have some code like below to pull data from another
I have some data in JSON format in a text file as below. I
I have a VC++ application and in my application i have some basic file
I have some troubles with plotting the figure. I have a file with some
I have some images and pdf file on my server which I use in
i have some files located in c:\MyApp\file.txt and current executing assenbly in in debud
I have some useful typedefs on a header file called utypes.h. I have decided

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.