Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Simulate File System (https://www.delphipraxis.net/83247-simulate-file-system.html)

mr_fahrrad 29. Dez 2006 19:33


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')

DGL-luke 29. Dez 2006 19:37

Re: Simulate File System
 
I think you're searching for the keyword "Hier im Forum suchenVirtual Filesystem / MSDN-Library durchsuchenVirtual Filesystem".

Phoenix 29. Dez 2006 19:41

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 21:52 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz