blah blah blah is here! blah blah » Close

0
votes
2 answers

How to get the current folder when the assembly is running?

In my console application, I want to reference a folder inside the solution without having to have my path in the app.config. I was hoping I could get the reference to the path, if I could somehow get the folder where the assembly is run ...

1
votes
1 answers

Read a Text file and put in a array( continue_6)

Dear Vulpes, I tried to read the data here, but i got an error would you please kindly help me again... I want to put the data coming after *'DY ' 62500 'REAL'* to an array named DY, and do so for DX. When I am using the code e ...

1
votes
1 answers

Continue_7: write an array to a text file

Hi, I have a string array dd[] and I want to write it in a text format in which each line just contains 4 string and should be tab delimited. the code below can write it but it will create an unnecessary tab space at the end of each line ...

0
votes
0 answers

Saving text to a file in c#

Rick_A
761

I have some text in my web application that I need to store to the file system. Is there a way to dynamically figure out the root of the application, and then save to a folder I have created earlier for attachments? I need this to be ...

Feedback