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

C#

 
AnswerRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
Eddy Vluggen26-Mar-12 7:27
professionalEddy Vluggen26-Mar-12 7:27 
GeneralRe: Can read 64bit Reg_Sz, but not 64bit D_Word Pin
turbosupramk326-Mar-12 8:23
turbosupramk326-Mar-12 8:23 
QuestionChange the color of the mouse cursor (cross cursor) Pin
Wolfgang Kurz23-Mar-12 8:16
professionalWolfgang Kurz23-Mar-12 8:16 
AnswerRe: Change the color of the mouse cursor (cross cursor) Pin
OriginalGriff23-Mar-12 9:14
mveOriginalGriff23-Mar-12 9:14 
AnswerRe: Change the color of the mouse cursor (cross cursor) Pin
Philippe Mori23-Mar-12 12:35
Philippe Mori23-Mar-12 12:35 
GeneralRe: Change the color of the mouse cursor (cross cursor) Pin
Wolfgang Kurz23-Mar-12 23:08
professionalWolfgang Kurz23-Mar-12 23:08 
QuestionDirectoryInfo throwing ArgumentException Pin
MichCl23-Mar-12 4:53
MichCl23-Mar-12 4:53 
AnswerRe: DirectoryInfo throwing ArgumentException Pin
Wes Aday23-Mar-12 5:00
professionalWes Aday23-Mar-12 5:00 
Use Directory.Exists("") instead.

Reread your message.


MichCl wrote:
new DirectoryInfo(fileNamePath);//throws exception


Yes it will. The path doesn't exist so you can't very well get any directory info for it.


MichCl wrote:
if(Directory.Exists(myTempDir)


Why would this have issues?
Why is common sense not common?
Never argue with an idiot. They will drag you down to their level where they are an expert.
Sometimes it takes a lot of work to be lazy
Please stand in front of my pistol, smile and wait for the flash - JSOP 2012


modified 23-Mar-12 11:15am.

GeneralRe: DirectoryInfo throwing ArgumentException Pin
MichCl23-Mar-12 5:25
MichCl23-Mar-12 5:25 
GeneralRe: DirectoryInfo throwing ArgumentException Pin
Wes Aday23-Mar-12 5:44
professionalWes Aday23-Mar-12 5:44 
GeneralRe: DirectoryInfo throwing ArgumentException Pin
MichCl23-Mar-12 7:46
MichCl23-Mar-12 7:46 
AnswerRe: DirectoryInfo throwing ArgumentException Pin
fjdiewornncalwe23-Mar-12 7:09
professionalfjdiewornncalwe23-Mar-12 7:09 
GeneralRe: DirectoryInfo throwing ArgumentException Pin
MichCl23-Mar-12 8:24
MichCl23-Mar-12 8:24 
GeneralRe: DirectoryInfo throwing ArgumentException Pin
fjdiewornncalwe23-Mar-12 9:12
professionalfjdiewornncalwe23-Mar-12 9:12 
AnswerRe: DirectoryInfo throwing ArgumentException Pin
Alan N23-Mar-12 7:32
Alan N23-Mar-12 7:32 
GeneralRe: DirectoryInfo throwing ArgumentException Pin
MichCl23-Mar-12 7:47
MichCl23-Mar-12 7:47 
GeneralRe: DirectoryInfo throwing ArgumentException Pin
Alan N23-Mar-12 7:55
Alan N23-Mar-12 7:55 
QuestionHow to get number of hits occurred for a particular keyword from Gnews,facebook and twitter.. Pin
ajaysinghrathore00723-Mar-12 4:03
ajaysinghrathore00723-Mar-12 4:03 
AnswerRe: How to get number of hits occurred for a particular keyword from Gnews,facebook and twitter.. Pin
Eddy Vluggen23-Mar-12 6:29
professionalEddy Vluggen23-Mar-12 6:29 
Questionfor get the tool bar Pin
cool_kp22-Mar-12 22:11
cool_kp22-Mar-12 22:11 
AnswerRe: for get the tool bar Pin
Pete O'Hanlon22-Mar-12 23:34
mvePete O'Hanlon22-Mar-12 23:34 
GeneralRe: for get the tool bar Pin
cool_kp23-Mar-12 6:05
cool_kp23-Mar-12 6:05 
AnswerRe: for get the tool bar Pin
Vipin_Arora23-Mar-12 0:54
Vipin_Arora23-Mar-12 0:54 
GeneralRe: for get the tool bar Pin
cool_kp23-Mar-12 6:12
cool_kp23-Mar-12 6:12 
AnswerRe: for get the tool bar Pin
ProEnggSoft23-Mar-12 2:06
ProEnggSoft23-Mar-12 2:06 

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.