(01-14-2021, 09:01 PM)Crimson Nape Wrote: Showing hidden data is an option of Windows Explorer and not OSCAR. When you open a file browser in any program, you are opening a portal to Windows Explorer. Of course, you can always change the data location of SleepU files very easily, I did for backup purposes.
...and for some reason that does not appear to be working, as I explained. I already have the workaround. Basically this thread is more a bug report/suggestion.
Side by side, I have the hidden folder plainly visible in File Explorer (as I always do) and the OSCAR file browser for importing data, which fails to show the same hidden folders.
I can also open, for example, a "save as" dialog in another app, such as chrome, go to my user folder, and see the hidden AppData folder there, again side-by-side with OSCAR, which does fails to do the same.
I assume OSCAR is using some version or another of .net, windows forms, whatever, and the file browser object is provided by a windows pi. That file browser object is configurable by the application that instantiates it, and does not necessarily have to use the same settings (e.g. show hidden files) as the file explorer application. For example see
GetOpenFileNameA and
OPENFILENAME (not saying OSCAR uses these, just an example, and reasonably sure whatever variant of windows api OSCAR is using has something similar).
Maybe this behavior is a bug (or choice) in OSCAR, maybe it is a bug on the windows API, and either way, maybe there is something unique about my environment that exposed it, such that this rarely happens to others (or maybe not).