![]() |
Simulate File System
How I make to simulate a file system?
example I save a File in a Stream, after a save a stream in the "simulate file system" and can call function like "LoadFromFile('pathFileSystem:/File Saved') |
Re: Simulate File System
|
Re: Simulate File System
Phew.. you have sort of questions... :)
Well, let's say it that way: If it would be easy to simulate file systems or use the systems's file system API you would find quite a lot of file systems to use i.E. Linux EXT or Reiser under Windows. You first would need to write a windows driver. That's not an easy task, especially when using delphi. But perhaps I can help you with a workaround this time again: With tools / drivers like Demon tools, you can simulate a CD drive. So you can write your data into a CD image file and have demon tools mount this image as a usual CD you can read data from. Another idea: There is a Tool that gives you the possibilty to use a part of the system's RAM as a drive. Have a google for ramdisk and windows xp. You can write your data on that ramdrive and this data is erased when the system shuts down. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:56 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz