Searching System Drive for a file
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I have faced a problem. That is: Input: File name which I want to search Drive name where I want to search Output: True / False (Whether the file exists or not) Can anybody help me?
-
I have faced a problem. That is: Input: File name which I want to search Drive name where I want to search Output: True / False (Whether the file exists or not) Can anybody help me?
You might want to look at
DirectoryInfo
andFileInfo
classes.Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Mixins in C#3.0 My website | Blog
-
I have faced a problem. That is: Input: File name which I want to search Drive name where I want to search Output: True / False (Whether the file exists or not) Can anybody help me?