Click here to Skip to main content
15,891,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
Pete O'Hanlon28-Oct-10 11:18
mvePete O'Hanlon28-Oct-10 11:18 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
Dave Kreskowiak28-Oct-10 14:39
mveDave Kreskowiak28-Oct-10 14:39 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
inayathussaintoori28-Oct-10 11:10
inayathussaintoori28-Oct-10 11:10 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
inayathussaintoori28-Oct-10 11:38
inayathussaintoori28-Oct-10 11:38 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
Pete O'Hanlon28-Oct-10 11:59
mvePete O'Hanlon28-Oct-10 11:59 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
fizban6428-Oct-10 11:44
fizban6428-Oct-10 11:44 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
inayathussaintoori28-Oct-10 12:05
inayathussaintoori28-Oct-10 12:05 
QuestionDirectory creation under a restricted folder. Pin
V K 228-Oct-10 6:51
V K 228-Oct-10 6:51 
My system has a directory C:\AAAA. Where 'AAAA' has security permissions set. ie., only read operations can be performed and no write operations.

My application tries to create a directory under 'AAAA'. i.e, C:\AAAA\BBBB.

I am trying to handle an exception to avoid a crash -
try
{
Directory.CreateDirectory("C:\\AAAA\\BBBB");
}
catch(Exception ex)
{

}

But I am observing that the catch handler is never invoked. My application is trying to create the directory, It is unable to create and it goes to the next statement after the catch block.

What would be the code to check whether a directory can be created under AAAA or not.
AnswerRe: Directory creation under a restricted folder. Pin
riced28-Oct-10 7:11
riced28-Oct-10 7:11 
AnswerRe: Directory creation under a restricted folder. Pin
Luc Pattyn28-Oct-10 7:14
sitebuilderLuc Pattyn28-Oct-10 7:14 
GeneralRe: Directory creation under a restricted folder. Pin
fjdiewornncalwe28-Oct-10 9:27
professionalfjdiewornncalwe28-Oct-10 9:27 
AnswerRe: Directory creation under a restricted folder. Pin
SilimSayo28-Oct-10 7:20
SilimSayo28-Oct-10 7:20 
AnswerRe: Directory creation under a restricted folder. Pin
#realJSOP28-Oct-10 8:07
mve#realJSOP28-Oct-10 8:07 
AnswerRe: Directory creation under a restricted folder. Pin
dan!sh 28-Oct-10 10:02
professional dan!sh 28-Oct-10 10:02 
Questionun-necessary tags Pin
Dhyanga28-Oct-10 5:33
Dhyanga28-Oct-10 5:33 
AnswerRe: un-necessary tags Pin
fjdiewornncalwe28-Oct-10 5:44
professionalfjdiewornncalwe28-Oct-10 5:44 
GeneralRe: un-necessary tags Pin
Dhyanga28-Oct-10 6:16
Dhyanga28-Oct-10 6:16 
AnswerRe: un-necessary tags Pin
#realJSOP28-Oct-10 8:08
mve#realJSOP28-Oct-10 8:08 
AnswerRe: un-necessary tags Pin
Adam R Harris28-Oct-10 8:57
Adam R Harris28-Oct-10 8:57 
AnswerRe: un-necessary tags Pin
dan!sh 28-Oct-10 10:12
professional dan!sh 28-Oct-10 10:12 
QuestionClient-server distributed applications, what's the best .Net technology Pin
Elrond28-Oct-10 5:08
Elrond28-Oct-10 5:08 
AnswerRe: Client-server distributed applications, what's the best .Net technology Pin
David Knechtges28-Oct-10 5:35
David Knechtges28-Oct-10 5:35 
GeneralRe: Client-server distributed applications, what's the best .Net technology Pin
Elrond28-Oct-10 5:47
Elrond28-Oct-10 5:47 
AnswerRe: Client-server distributed applications, what's the best .Net technology Pin
_Erik_28-Oct-10 5:56
_Erik_28-Oct-10 5:56 
GeneralRe: Client-server distributed applications, what's the best .Net technology Pin
Elrond28-Oct-10 21:20
Elrond28-Oct-10 21:20 

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.