---
title: "Get the our System Directory path using C#"  
description: "Get the our System Directory path using C#"  
author: "Anonymous User"  
published: 2013-10-07  
updated: 2013-10-08  
canonical: https://www.mindstick.com/forum/1640/get-the-our-system-directory-path-using-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Get the our System Directory path using C#

How to get the [our system](https://answers.mindstick.com/qa/31991/how-long-does-alcohol-stay-in-our-system) [directory](https://www.mindstick.com/forum/226/how-to-get-application-directory-using-c-sharp-csharp) [path](https://www.mindstick.com/articles/44333/4-expert-tips-on-how-to-pick-the-right-career-path) using c#?

## Replies

### Reply by Manoj Bhatt

```
static void Main(string[] args)        {            Console.WriteLine("System
Directory is:: {0}", Environment.SystemDirectory);            Console.ReadKey();        }
```


---

Original Source: https://www.mindstick.com/forum/1640/get-the-our-system-directory-path-using-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
