Answers for "get directory of file"

C#
2

get directory of file c#

using System.IO;

string file = "C:Documentsfile.txt";
Path.GetDirectoryName(file);
Posted by: Guest on December-03-2020
0

get directory of a file linux

Signed-off-by: Dwaipayan Ray <[email protected]>
Posted by: Guest on February-08-2021

Code answers related to "get directory of file"

C# Answers by Framework

Browse Popular Code Answers by Language