how to create empty text file in csharp

Code Example - how to create empty text file in csharp

                
                        using (File.Create(filename)) ;