FileSystem.GetFileInfo()
C#
3
Posts
3
Posters
0
Views
1
Watching
-
please, what is the equivalent of FileSystem.GetFIleinfo() in C# thanks
-
please, what is the equivalent of FileSystem.GetFIleinfo() in C# thanks
-
please, what is the equivalent of FileSystem.GetFIleinfo() in C# thanks
Um. Difficult...
FileInfo fi = new FileInfo(@"C:\\myFileName");
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.