RexxLA / NetRexx

Other
6 stars 0 forks source link

Startup scan should avoid '.\AppData\Local\Application Data' directory on MS Windows. #47

Closed rvjansen closed 3 months ago

rvjansen commented 1 year ago

For users working from their home directory, mentioned directory causes trouble and should be special-cased like the Apple Siri directory.

remesm commented 1 year ago

Already fixed in 4.05 with commit e99033e110e5364cbbc6812cef530a587c79adb7 when reverting back to File instead of Path.

rvjansen commented 1 year ago

good news!

remesm commented 1 year ago

I suspect LinkOption.NOFOLLOW_LINKS the culprit of the 4.04 'Path' way traversing the directory tree..

remesm commented 5 months ago

can be closed. Fixed