csharp get folder of full ilepath

Code Example - csharp get folder of full ilepath

                
                        string fileName = @"test.txt";
    string currentDirectory = Directory.GetCurrentDirectory();
    string[] fullFilePath = Directory.GetFiles(currentDirectory, filename, SearchOption.AllDirectories);