Answers for "c# relative path of file"

C#
0

c# relative path to project folder

string fileName = "ich_will.mp3";
string path = Path.Combine(Environment.CurrentDirectory, @"Data\", fileName);
Posted by: Guest on September-03-2020
0

relative path c#

var myIcon = Resources.MyIconFile;
Posted by: Guest on April-03-2022

C# Answers by Framework

Browse Popular Code Answers by Language