string filePath = @"c:\test.txt";FileAttributes fileAttributes = File.GetAttributes(filePath);
Login to post response