# Path

Property in [Project](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.compiler/yarn.compiler.project)

## Summary

Gets the path that the [Project](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.compiler/yarn.compiler.project) was loaded from.

```csharp
public string Path { get; set; }
```

## Remarks

This value is not stored when the file is saved, but is instead determined when the file is loaded by [LoadFromFile(string)](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.compiler/yarn.compiler.project/yarn.compiler.project.loadfromfile) .
