is there a way to find blocked files ?
for unblock file i mean

thanks

Code: Select all
$streams = runret("""D:\SysInternals\streams.exe"" -s ""<curpath>""", "<curpath>");
text regexreplace(regexmatches($streams, "^[A-Z]:.*?:", "<crlf>"), ":$");