Horje
get directory name of path c# Code Example
get directory name of path c#
string filename = @"C:/folder1/folder2/file.txt";
string FolderName = new DirectoryInfo(System.IO.Path.GetDirectoryName(filename)).Name;




Csharp

Related
string in int c# Code Example string in int c# Code Example
c# get property using string Code Example c# get property using string Code Example
convert int to uint C# Code Example convert int to uint C# Code Example
fluentassertions force exceptions Code Example fluentassertions force exceptions Code Example
void on collision enter 2d Code Example void on collision enter 2d Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14