Click here to Skip to main content
15,892,072 members
Home / Discussions / C#
   

C#

 
QuestionFind a file path with seatching it name Pin
abbd1-Mar-09 22:49
abbd1-Mar-09 22:49 
Hello,
i use this to get all files in directories :

<br />
string[] files = Directory.GetFileSystemEntries(@"C:\");<br />
            int filecount = files.GetUpperBound(0) + 1;<br />
            if (filecount != 0)<br />
            {<br />
                DirectoryInfo di = new DirectoryInfo(@"C:\");<br />
<br />
                foreach (FileInfo file in di.GetFiles())<br />
                {<br />
                    DateTime Now = DateTime.Now;<br />
                    string name = file.Name;//name of file, i.e. doc.txt<br />
                    string fullName = file.FullName;//file path of the file <br />
}<br />


i would get not all files, but a file with a specific name lake doc1.pdf, thank you verry mutch.
AnswerRe: Find a file path with seatching it name Pin
Calin Tatar1-Mar-09 22:52
Calin Tatar1-Mar-09 22:52 
QuestionRe: Find a file path with seatching it name Pin
abbd1-Mar-09 23:02
abbd1-Mar-09 23:02 
AnswerRe: Find a file path with seatching it name Pin
Alan N2-Mar-09 0:40
Alan N2-Mar-09 0:40 
AnswerRe: Find a file path with seatching it name [modified] Pin
Luc Pattyn2-Mar-09 3:35
sitebuilderLuc Pattyn2-Mar-09 3:35 
QuestionHow to create a Word Template folder Pin
Tejabhiram1-Mar-09 22:45
Tejabhiram1-Mar-09 22:45 
QuestionTo load gridview when scrolling. [modified] Pin
Elango N1-Mar-09 22:35
Elango N1-Mar-09 22:35 
AnswerRe: To load gridview when scrolling. [modified] Pin
Calin Tatar1-Mar-09 22:40
Calin Tatar1-Mar-09 22:40 
QuestionHow to insert a website address to the message box Message Pin
wasimsharp1-Mar-09 22:17
wasimsharp1-Mar-09 22:17 
AnswerRe: How to insert a website address to the message box Message Pin
Greg Chelstowski1-Mar-09 22:29
Greg Chelstowski1-Mar-09 22:29 
GeneralRe: How to insert a website address to the message box Message Pin
wasimsharp1-Mar-09 23:31
wasimsharp1-Mar-09 23:31 
Questionabout the water mark on video file Pin
Abhishek Rana1-Mar-09 22:03
Abhishek Rana1-Mar-09 22:03 
AnswerRe: about the water mark on video file Pin
Eddy Vluggen1-Mar-09 22:20
professionalEddy Vluggen1-Mar-09 22:20 
QuestionForeign Key Pin
Zeyad Jalil1-Mar-09 21:41
professionalZeyad Jalil1-Mar-09 21:41 
AnswerRe: Foreign Key Pin
Christian Graus1-Mar-09 21:48
protectorChristian Graus1-Mar-09 21:48 
GeneralRe: Foreign Key Pin
Zeyad Jalil1-Mar-09 21:53
professionalZeyad Jalil1-Mar-09 21:53 
AnswerRe: Foreign Key Pin
Greg Chelstowski1-Mar-09 22:09
Greg Chelstowski1-Mar-09 22:09 
QuestionColor settings in Directx.Capture Pin
anki1231-Mar-09 21:39
anki1231-Mar-09 21:39 
AnswerRe: Color settings in Directx.Capture Pin
Christian Graus1-Mar-09 21:40
protectorChristian Graus1-Mar-09 21:40 
GeneralRe: Color settings in Directx.Capture Pin
anki1231-Mar-09 22:00
anki1231-Mar-09 22:00 
QuestionClient Server Communication Pin
mrithula81-Mar-09 21:26
mrithula81-Mar-09 21:26 
QuestionExtracting text from an iamge....... Pin
meenatiruppathi1-Mar-09 20:39
meenatiruppathi1-Mar-09 20:39 
AnswerRe: Extracting text from an iamge....... Pin
0x3c01-Mar-09 20:46
0x3c01-Mar-09 20:46 
GeneralRe: Extracting text from an iamge....... Pin
susielau28-Mar-11 20:32
susielau28-Mar-11 20:32 
AnswerRe: Extracting text from an iamge....... Pin
Bharat Jain1-Mar-09 21:09
Bharat Jain1-Mar-09 21:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.