Click here to Skip to main content
15,910,210 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# time to C++ time_t Pin
Heath Stewart30-Mar-04 9:31
protectorHeath Stewart30-Mar-04 9:31 
GeneralRe: C# time to C++ time_t Pin
goodpilot30-Mar-04 10:19
goodpilot30-Mar-04 10:19 
GeneralRe: C# time to C++ time_t Pin
Bryan White31-Mar-04 9:11
Bryan White31-Mar-04 9:11 
GeneralRe: C# time to C++ time_t Pin
Heath Stewart31-Mar-04 9:17
protectorHeath Stewart31-Mar-04 9:17 
GeneralWriting and closing files Pin
Member 70426330-Mar-04 7:32
Member 70426330-Mar-04 7:32 
GeneralRe: Writing and closing files Pin
leppie30-Mar-04 7:46
leppie30-Mar-04 7:46 
GeneralRe: Writing and closing files Pin
Member 70426330-Mar-04 7:53
Member 70426330-Mar-04 7:53 
GeneralRe: Writing and closing files Pin
Heath Stewart30-Mar-04 8:51
protectorHeath Stewart30-Mar-04 8:51 
One thing to add (since leppie already helped you solve the problem), use Path.Combine instead of concatenating your paths with separators yourself. This makes sure that the correct directory separate is used for the target platform without having to recompile. This makes your code more portable. Also, you can use the Path.DirectorySeparatorChar if you want to know which to use. Each platform's version of the CLR is responsible for returning the proper char. Path.Combine also takes into account whether the directory reference already ends in the appropriate directory separator. This usually isn't a problem, but you can never be too sure.

 

Microsoft MVP, Visual C#
My Articles
GeneralMP3 Streaming sdk Pin
refahn30-Mar-04 7:32
refahn30-Mar-04 7:32 
GeneralJoint Collection Project Pin
Jonathan de Halleux30-Mar-04 7:13
Jonathan de Halleux30-Mar-04 7:13 
GeneralRe: Joint Collection Project Pin
leppie30-Mar-04 7:42
leppie30-Mar-04 7:42 
GeneralRe: Joint Collection Project Pin
Jonathan de Halleux30-Mar-04 7:48
Jonathan de Halleux30-Mar-04 7:48 
GeneralRe: Joint Collection Project Pin
leppie30-Mar-04 7:50
leppie30-Mar-04 7:50 
GeneralRe: Joint Collection Project Pin
Jonathan de Halleux30-Mar-04 7:54
Jonathan de Halleux30-Mar-04 7:54 
GeneralRe: Joint Collection Project Pin
Nemanja Trifunovic30-Mar-04 7:55
Nemanja Trifunovic30-Mar-04 7:55 
GeneralRe: Joint Collection Project Pin
Jonathan de Halleux30-Mar-04 8:00
Jonathan de Halleux30-Mar-04 8:00 
GeneralRe: Joint Collection Project Pin
Heath Stewart30-Mar-04 8:48
protectorHeath Stewart30-Mar-04 8:48 
GeneralRe: Joint Collection Project Pin
Jonathan de Halleux30-Mar-04 8:52
Jonathan de Halleux30-Mar-04 8:52 
GeneralRe: Joint Collection Project Pin
Heath Stewart30-Mar-04 8:54
protectorHeath Stewart30-Mar-04 8:54 
GeneralRe: Joint Collection Project Pin
Jonathan de Halleux30-Mar-04 8:57
Jonathan de Halleux30-Mar-04 8:57 
QuestionDynamic tooltip text using MouseOver event? Pin
LongRange.Shooter30-Mar-04 7:03
LongRange.Shooter30-Mar-04 7:03 
AnswerRe: Dynamic tooltip text using MouseOver event? Pin
Heath Stewart30-Mar-04 8:46
protectorHeath Stewart30-Mar-04 8:46 
GeneralRe: Dynamic tooltip text using MouseOver event? Pin
LongRange.Shooter1-Apr-04 10:38
LongRange.Shooter1-Apr-04 10:38 
GeneralSystem.Reflection Pin
Peter Nirschl30-Mar-04 7:02
Peter Nirschl30-Mar-04 7:02 
GeneralRe: System.Reflection Pin
Guillermo Rivero30-Mar-04 7:21
Guillermo Rivero30-Mar-04 7:21 

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.