G
Guest
I'm tring to open a file using FileStream:
dim myFile As New FileStream(myPath, FileMode.Open)
It works on every file on FAT32 HDD fine.
But when I try to open a several files on NTFS drive I get this message:
'Access to the path " ... " is denied.'
Some files on NTFS are working fine.
I checked the permitions and I do have the permition to do everything with
this file or folder as I'm the administrator of this PC.
What am I doing wrong?
dim myFile As New FileStream(myPath, FileMode.Open)
It works on every file on FAT32 HDD fine.
But when I try to open a several files on NTFS drive I get this message:
'Access to the path " ... " is denied.'
Some files on NTFS are working fine.
I checked the permitions and I do have the permition to do everything with
this file or folder as I'm the administrator of this PC.
What am I doing wrong?