Click here to Skip to main content
15,949,686 members
Home / Discussions / C#
   

C#

 
AnswerRe: Console.WriteLine(myFloat.ToString()) with two decimals? Pin
Elina Blank22-Mar-07 4:05
sitebuilderElina Blank22-Mar-07 4:05 
AnswerRe: Console.WriteLine(myFloat.ToString()) with two decimals? Pin
Stefan Troschuetz22-Mar-07 4:08
Stefan Troschuetz22-Mar-07 4:08 
Questionhow start menu name will changed Pin
Surjeet Singh Sidhu22-Mar-07 3:51
Surjeet Singh Sidhu22-Mar-07 3:51 
AnswerRe: how start menu name will changed Pin
Pete O'Hanlon22-Mar-07 4:25
mvePete O'Hanlon22-Mar-07 4:25 
AnswerRe: how start menu name will changed Pin
Thomas Stockwell22-Mar-07 8:00
professionalThomas Stockwell22-Mar-07 8:00 
QuestionHow to delete a file that is used Pin
Ollie198622-Mar-07 3:37
Ollie198622-Mar-07 3:37 
AnswerRe: How to delete a file that is used Pin
Stefan Troschuetz22-Mar-07 3:58
Stefan Troschuetz22-Mar-07 3:58 
GeneralRe: How to delete a file that is used Pin
Ollie198622-Mar-07 4:01
Ollie198622-Mar-07 4:01 
There are all created with:

new DirectoryInfo(Path.GetDirectoryName(path)).Create();
StreamWriter writer = new StreamWriter(path);
writer.WriteLine(content);
writer.Close();

But than the locks are fine. But after all the files are created I zip them with "SharpZipLib" and is places locks that last realy long...

thx
GeneralRe: How to delete a file that is used Pin
Christian Graus22-Mar-07 4:02
protectorChristian Graus22-Mar-07 4:02 
GeneralRe: How to delete a file that is used Pin
Ollie198622-Mar-07 4:04
Ollie198622-Mar-07 4:04 
GeneralRe: How to delete a file that is used Pin
Ollie198622-Mar-07 4:06
Ollie198622-Mar-07 4:06 
GeneralRe: How to delete a file that is used Pin
Christian Graus22-Mar-07 4:08
protectorChristian Graus22-Mar-07 4:08 
GeneralRe: How to delete a file that is used Pin
Ollie198622-Mar-07 4:14
Ollie198622-Mar-07 4:14 
GeneralRe: How to delete a file that is used Pin
Christian Graus22-Mar-07 4:51
protectorChristian Graus22-Mar-07 4:51 
GeneralRe: How to delete a file that is used Pin
Ollie198622-Mar-07 4:52
Ollie198622-Mar-07 4:52 
GeneralRe: How to delete a file that is used Pin
Christian Graus22-Mar-07 5:04
protectorChristian Graus22-Mar-07 5:04 
AnswerRe: How to delete a file that is used Pin
Vasudevan Deepak Kumar22-Mar-07 5:42
Vasudevan Deepak Kumar22-Mar-07 5:42 
GeneralRe: How to delete a file that is used Pin
Ollie198622-Mar-07 6:46
Ollie198622-Mar-07 6:46 
Questiondeleting from a parent record that has child records Pin
Rocky#22-Mar-07 3:35
Rocky#22-Mar-07 3:35 
AnswerRe: deleting from a parent record that has child records Pin
sureshmyway22-Mar-07 3:57
sureshmyway22-Mar-07 3:57 
GeneralRe: deleting from a parent record that has child records Pin
Pete O'Hanlon22-Mar-07 4:27
mvePete O'Hanlon22-Mar-07 4:27 
GeneralRe: deleting from a parent record that has child records Pin
Jabeerbe22-Mar-07 4:38
Jabeerbe22-Mar-07 4:38 
GeneralRe: deleting from a parent record that has child records Pin
Pete O'Hanlon22-Mar-07 5:18
mvePete O'Hanlon22-Mar-07 5:18 
GeneralRe: deleting from a parent record that has child records Pin
Rocky#23-Mar-07 0:40
Rocky#23-Mar-07 0:40 
GeneralRe: deleting from a parent record that has child records Pin
Rocky#23-Mar-07 1:14
Rocky#23-Mar-07 1:14 

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.