Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: MVVM. Buttons and thair content Pin
boryborawski12-Dec-12 9:40
boryborawski12-Dec-12 9:40 
GeneralRe: MVVM. Buttons and thair content Pin
SledgeHammer0112-Dec-12 11:30
SledgeHammer0112-Dec-12 11:30 
GeneralRe: MVVM. Buttons and thair content Pin
boryborawski12-Dec-12 13:22
boryborawski12-Dec-12 13:22 
QuestionWeb scraping Pin
Kalenzo12-Dec-12 7:12
Kalenzo12-Dec-12 7:12 
AnswerRe: Web scraping Pin
Matt U.12-Dec-12 7:20
Matt U.12-Dec-12 7:20 
QuestionCreating an instance to be used as an Object refference Pin
bikerben12-Dec-12 6:35
bikerben12-Dec-12 6:35 
AnswerRe: Creating an instance to be used as an Object refference Pin
Matt U.12-Dec-12 6:49
Matt U.12-Dec-12 6:49 
AnswerRe: Creating an instance to be used as an Object refference Pin
DaveyM6912-Dec-12 8:02
professionalDaveyM6912-Dec-12 8:02 
You really should look up the various classes and methods you are using on MSDN.
Directory.GetFiles with one string parameter will return an string array containing the path of all files in the directory specified in the parameter. If you want to specify a search pattern, you need to pass two string parameters, the first being the path to the directory, the second being the pattern.

The result will be a string array. You can foreach over that and pass each string into a FileInfo constructor if you wish.
Dave

Binging is like googling, it just feels dirtier.
Please take your VB.NET out of our nice case sensitive forum.
Astonish us. Be exceptional. (Pete O'Hanlon)

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)



AnswerRe: Creating an instance to be used as an Object refference Pin
OriginalGriff12-Dec-12 8:11
mveOriginalGriff12-Dec-12 8:11 
GeneralRe: Creating an instance to be used as an Object refference Pin
Killzone DeathMan13-Dec-12 0:02
Killzone DeathMan13-Dec-12 0:02 
AnswerRe: Creating an instance to be used as an Object refference Pin
V.12-Dec-12 21:30
professionalV.12-Dec-12 21:30 
GeneralRe: Creating an instance to be used as an Object refference Pin
bikerben18-Dec-12 6:19
bikerben18-Dec-12 6:19 
GeneralRe: Creating an instance to be used as an Object refference Pin
V.18-Dec-12 7:28
professionalV.18-Dec-12 7:28 
QuestionProblems with File Pin
tiwal12-Dec-12 4:49
tiwal12-Dec-12 4:49 
QuestionRe: Problems with File Pin
Eddy Vluggen12-Dec-12 5:00
professionalEddy Vluggen12-Dec-12 5:00 
AnswerRe: Problems with File Pin
tiwal12-Dec-12 5:12
tiwal12-Dec-12 5:12 
GeneralRe: Problems with File Pin
Eddy Vluggen12-Dec-12 5:20
professionalEddy Vluggen12-Dec-12 5:20 
GeneralRe: Problems with File Pin
tiwal12-Dec-12 21:05
tiwal12-Dec-12 21:05 
GeneralRe: Problems with File Pin
Richard MacCutchan12-Dec-12 22:43
mveRichard MacCutchan12-Dec-12 22:43 
AnswerRe: Problems with File Pin
OriginalGriff12-Dec-12 5:03
mveOriginalGriff12-Dec-12 5:03 
GeneralRe: Problems with File Pin
tiwal12-Dec-12 5:17
tiwal12-Dec-12 5:17 
GeneralRe: Problems with File Pin
OriginalGriff12-Dec-12 5:23
mveOriginalGriff12-Dec-12 5:23 
Questionproblem with using pointers in C# Pin
siawash_s12-Dec-12 4:38
siawash_s12-Dec-12 4:38 
AnswerRe: problem with using pointers in C# Pin
Eddy Vluggen12-Dec-12 4:44
professionalEddy Vluggen12-Dec-12 4:44 
GeneralRe: problem with using pointers in C# Pin
siawash_s13-Dec-12 1:09
siawash_s13-Dec-12 1: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.