Click here to Skip to main content
15,923,689 members
Home / Discussions / C#
   

C#

 
GeneralRe: Please give me the source code for REMINDER in ASP.NET with C# Pin
Kristian Sixhøj5-Dec-08 9:26
Kristian Sixhøj5-Dec-08 9:26 
GeneralRe: Please give me the source code for REMINDER in ASP.NET with C# Pin
Paul Conrad5-Dec-08 10:45
professionalPaul Conrad5-Dec-08 10:45 
GeneralRe: Please give me the source code for REMINDER in ASP.NET with C# Pin
Christian Graus5-Dec-08 10:01
protectorChristian Graus5-Dec-08 10:01 
GeneralRe: Please give me the source code for REMINDER in ASP.NET with C# Pin
Paul Conrad5-Dec-08 10:45
professionalPaul Conrad5-Dec-08 10:45 
QuestionHow to attach and detach file from a filestream Pin
s196675m5-Dec-08 8:47
s196675m5-Dec-08 8:47 
GeneralRe: How to attach and detach file from a filestream Pin
Luc Pattyn5-Dec-08 9:27
sitebuilderLuc Pattyn5-Dec-08 9:27 
QuestionCopy Files and Maintain Directory Structure Pin
Michael Fritzius5-Dec-08 8:33
professionalMichael Fritzius5-Dec-08 8:33 
GeneralRe: Copy Files and Maintain Directory Structure Pin
Luc Pattyn5-Dec-08 9:07
sitebuilderLuc Pattyn5-Dec-08 9:07 
Hi,

directories don't get created automatically, so if (part of) the destination path does not exist, the copy will fail. You can use Directory.CreateDirectory() to first create the directory (even if it already exists), or you can first test for its absence, then create it, then copy the file(s).

You might also be interested in the Path class.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


GeneralRe: Copy Files and Maintain Directory Structure Pin
Michael Fritzius5-Dec-08 9:23
professionalMichael Fritzius5-Dec-08 9:23 
QuestionDeploying MySQL as backend for C# Pin
bigphildogg865-Dec-08 7:45
bigphildogg865-Dec-08 7:45 
AnswerRe: Deploying MySQL as backend for C# Pin
Adam Maras5-Dec-08 8:28
Adam Maras5-Dec-08 8:28 
AnswerRe: Deploying MySQL as backend for C# Pin
Wendelius5-Dec-08 8:29
mentorWendelius5-Dec-08 8:29 
QuestionHelp decoding base_64+GZipped string. Pin
Zeokat5-Dec-08 7:41
Zeokat5-Dec-08 7:41 
AnswerRe: Help decoding base_64+GZipped string. [modified] Pin
Guffa5-Dec-08 14:09
Guffa5-Dec-08 14:09 
GeneralRe: Help decoding base_64+GZipped string. Pin
Zeokat5-Dec-08 15:51
Zeokat5-Dec-08 15:51 
GeneralRe: Help decoding base_64+GZipped string. Pin
Zeokat6-Dec-08 4:37
Zeokat6-Dec-08 4:37 
QuestionGet the frequency of a audio-sound Pin
softwarejaeger5-Dec-08 7:33
softwarejaeger5-Dec-08 7:33 
QuestionSqlBulkCopy question Pin
Jon Stroh5-Dec-08 7:19
Jon Stroh5-Dec-08 7:19 
AnswerRe: SqlBulkCopy question Pin
Wendelius5-Dec-08 8:37
mentorWendelius5-Dec-08 8:37 
Questionobject type [modified] Pin
nlowdon5-Dec-08 6:40
nlowdon5-Dec-08 6:40 
AnswerRe: object type Pin
Thomas Weller5-Dec-08 7:05
Thomas Weller5-Dec-08 7:05 
GeneralRe: object type Pin
nlowdon5-Dec-08 8:30
nlowdon5-Dec-08 8:30 
GeneralRe: object type Pin
Thomas Weller6-Dec-08 2:17
Thomas Weller6-Dec-08 2:17 
AnswerRe: object type Pin
Le centriste5-Dec-08 7:07
Le centriste5-Dec-08 7:07 
Questionstatus bar value in iexplorer Pin
kralece5-Dec-08 6:13
kralece5-Dec-08 6:13 

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.