peteratoce
New member
- Joined
- Apr 6, 2007
- Messages
- 1
- Programming Experience
- 10+
The remarks for the System.io.Path class definition tell us that "A path does not necessarily point to a location on disk;... a path might map to a location in memory".
I find that very interesting, because it might enable me to avoid going through a temporary file on HD, when certain functions insist to be passed a file path!
Unfortunately I have no idea on how to accomplish this, and I could not find an example, in spite of extensive search through the Web. Anyone ever found more info on this?
Peter
I find that very interesting, because it might enable me to avoid going through a temporary file on HD, when certain functions insist to be passed a file path!
Unfortunately I have no idea on how to accomplish this, and I could not find an example, in spite of extensive search through the Web. Anyone ever found more info on this?
Peter