Y
Yves Dhondt
Hello,
one of the possible attributes of a file or a directory is ReparsePoint.
When there is such a point, there is a block of user-defined data associated
with the file/directory. In the past I used DeviceIoControl to get that
data. Now I wonder if there might be a direct way to get the data in .Net. I
would like to avoid interop if possible. Or is this once again something
which isn't provided by .Net yet?
Thanks in advance
Yves
one of the possible attributes of a file or a directory is ReparsePoint.
When there is such a point, there is a block of user-defined data associated
with the file/directory. In the past I used DeviceIoControl to get that
data. Now I wonder if there might be a direct way to get the data in .Net. I
would like to avoid interop if possible. Or is this once again something
which isn't provided by .Net yet?
Thanks in advance
Yves