0
how to specify the road to files in C# and is it possible on the Sololearn platform?
/storage/emulated/0/Documents/Документы/Текст.text (example road to a text file)
2 Respuestas
+ 3
A program that is compiled and run on Sololearn, cannot access any files on your local device.
+ 1
Nikolai, do you mean the file path / location? As that just looks like a path.
Depends on your implementation but you can use
System.AppContext.BaseDirectory