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.
 
Back
Top