Click here to Skip to main content
15,918,742 members

Comments by Nitin Gupta1 (Top 4 by date)

Nitin Gupta1 4-May-15 5:41am View    
ok thanku
Nitin Gupta1 4-May-15 5:22am View    
i know it is advanced topic and related to file system but u can help me in some links where i can study
Nitin Gupta1 4-May-15 5:21am View    
i tried dis link: http://www.codeproject.com/Articles/74128/NTFS-MFT-deleted-files....
http://www.codeproject.com/Articles/9293/Undelete-a-file-in-NTFS
Vb code is not working it is showing drive is not ntfs.but my drive file system is ntfs only...

Dim fso As New FileSystemObject()
MessageBox.Show(fso.GetDrive("C").FileSystem.ToString)
this code also showing my drive is ntfs.
i research lot but not getting any help in c#.
Nitin Gupta1 24-Oct-13 6:33am View    
if anybody knows the way
pls tell me.