Cannot copy files from `AppData/Local/` despite --allow-all flag
Description
When attempting to copy a file from AppData/Local/ using @std/fs in Deno, the operation fails with a PermissionDenied (os error 5). This occurs even when running Deno with the --allow-all flag.
Code Sample