Click here to Skip to main content
15,893,337 members
Home / Discussions / C#
   

C#

 
AnswerRe: WebBrowser in a form....Help plz! Pin
0x3c02-Apr-09 20:47
0x3c02-Apr-09 20:47 
GeneralWhere do I add the code? Help....! Pin
Rajdeep.NET is BACK2-Apr-09 21:11
Rajdeep.NET is BACK2-Apr-09 21:11 
GeneralRe: Where do I add the code? Help....! Pin
HuntingWabbits2-Apr-09 21:20
HuntingWabbits2-Apr-09 21:20 
GeneralThanx Guys! Pin
Rajdeep.NET is BACK2-Apr-09 21:38
Rajdeep.NET is BACK2-Apr-09 21:38 
QuestionFont size Pin
yesu prakash2-Apr-09 19:56
yesu prakash2-Apr-09 19:56 
AnswerRe: Font size Pin
0x3c02-Apr-09 19:59
0x3c02-Apr-09 19:59 
QuestionFile.Copy Issue Pin
BlitzPackage2-Apr-09 19:38
BlitzPackage2-Apr-09 19:38 
AnswerRe: File.Copy Issue Pin
Luc Pattyn2-Apr-09 19:42
sitebuilderLuc Pattyn2-Apr-09 19:42 
Hi,

Windows does not create the directory if it does not already exist.
Windows Explorer will create directories for you, the programming interfaces don't.
So you have to take care of that yourself using Directory.CreateDirectory.

BTW: there is no need to test, creating a directory that already exists is harmless.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


GeneralRe: File.Copy Issue Pin
BlitzPackage2-Apr-09 19:48
BlitzPackage2-Apr-09 19:48 
AnswerRe: File.Copy Issue Pin
dealon2-Apr-09 20:19
dealon2-Apr-09 20:19 
AnswerRe: File.Copy Issue Pin
0x3c02-Apr-09 20:51
0x3c02-Apr-09 20:51 
AnswerRe: File.Copy Issue Pin
BlitzPackage3-Apr-09 1:42
BlitzPackage3-Apr-09 1:42 
GeneralRe: File.Copy Issue Pin
BlitzPackage3-Apr-09 1:59
BlitzPackage3-Apr-09 1:59 
QuestionAdding items to TableLayoutPanel Pin
mrithula82-Apr-09 19:21
mrithula82-Apr-09 19:21 
AnswerRe: Adding items to TableLayoutPanel Pin
dealon2-Apr-09 20:31
dealon2-Apr-09 20:31 
QuestionDate Time Picker Pin
Sajjad Leo2-Apr-09 19:03
Sajjad Leo2-Apr-09 19:03 
AnswerRe: Date Time Picker Pin
BlitzPackage2-Apr-09 19:31
BlitzPackage2-Apr-09 19:31 
QuestionHow to extract a list of substrings from a string which match specified format using Regex Pin
12Code2-Apr-09 19:01
12Code2-Apr-09 19:01 
AnswerRe: How to extract a list of substrings from a string which match specified format using Regex Pin
Christian Graus2-Apr-09 19:09
protectorChristian Graus2-Apr-09 19:09 
QuestionRe: How to extract a list of substrings from a string which match specified format using Regex Pin
12Code2-Apr-09 19:24
12Code2-Apr-09 19:24 
AnswerRe: How to extract a list of substrings from a string which match specified format using Regex Pin
12Code2-Apr-09 19:57
12Code2-Apr-09 19:57 
QuestionMs word file solution Pin
Sajjad Leo2-Apr-09 18:39
Sajjad Leo2-Apr-09 18:39 
QuestionReading a file under vista Pin
Christian Graus2-Apr-09 18:34
protectorChristian Graus2-Apr-09 18:34 
AnswerRe: Reading a file under vista Pin
N a v a n e e t h2-Apr-09 18:57
N a v a n e e t h2-Apr-09 18:57 
GeneralRe: Reading a file under vista Pin
Christian Graus2-Apr-09 19:08
protectorChristian Graus2-Apr-09 19:08 

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.