Couldn't find "System.IO.File.GetAccessControl" Function

@aeklikit

I believe you are on windows project…it is available only on legacy…as per official docs its available in 4.8.1 or lower…windows is on 5.0+

create a project in legacy to get this

in windows try this

System.IO.FileSystemAclExtensions.GetAccessControl(New FileInfo("Filepath"))

image

Hope this helps

cheers

1 Like