Thanks for your reply
I have been looking at this solution, bu I havn't gotten it to work. My problem was that it needed a struct which I wasn't able to convert to c#. Do you know how to do it
/Mathia
----- Francois Beaussier wrote: ----
"Mathias Erlandsson" wrote
> Hi
>> Does anybody know how to create and show a reparse point in c#? I'm abl
to determine if a folder is a reparse point or not by looking at the fil
attributes, but how do I get the reparse info
Hello
you should use the DeviceIoControl function (using interop
[DllImport("kernel32.dll")
public static extern bool DeviceIoControl(IntPtr hDevice, uin
dwIoControlCode, byte [] lpInBuffer, uint nInBufferSize, [Out] byte [
lpOutBuffer, uint nOutBufferSize, IntPtr lpBytesReturned, IntPt
lpOverlapped)
http://msdn.microsoft.com/library/de...ceiocontrol.as
--
Francois Beaussie
(E-Mail Removed)v