NTFS & FAT direct access
-
Hi All, I would like to be able to read and write directly to the NTFS and or FAT. Can anyone point me in the correct direction to do this using c#, failing that c++ I wish to append extra information about the files and folders that is specific to my company. many thanks for your help...
-
Hi All, I would like to be able to read and write directly to the NTFS and or FAT. Can anyone point me in the correct direction to do this using c#, failing that c++ I wish to append extra information about the files and folders that is specific to my company. many thanks for your help...
I dont know if this could be the solution to your problem (in NTFS anyway) but take a look at Alternate Data Streams[^] A brief search gives this CP article ADSdotNET: A DLL for using alternate data streams from .net languages[^] in C++. Maybe, if you have a bing about, you will find something in C#. Hope this helps. :)
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
I dont know if this could be the solution to your problem (in NTFS anyway) but take a look at Alternate Data Streams[^] A brief search gives this CP article ADSdotNET: A DLL for using alternate data streams from .net languages[^] in C++. Maybe, if you have a bing about, you will find something in C#. Hope this helps. :)
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
thanks for that, very interesting... i'll have to see if there is a way of using this from c#