can a file exist in ram?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

From within a program I would like to open a open a string in notepad or
wordpad. Normally this is done by saving the string to a file and then call
notepad with the file a an argument using System.Diagnostigs.Process,
however, is there a way to avoid saving the file on disk. Is it possible to
save it on a 'ramdisk' or something

brgds Jesper.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top