Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# relative path to project folder

string fileName = "ich_will.mp3";
string path = Path.Combine(Environment.CurrentDirectory, @"Data", fileName);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #relative #path #project #folder
ADD COMMENT
Topic
Name
1+5 =