How do you access non-filesystem entries in Windows File Explorer programmatically?
Windows file explorer shows some entries that are not accessible from the file system (ie java file read/write) For example, the ‘EPIX’ entry under ‘This PC’ (a smart watch connected by USB) behaves like a USB file system in file explorer. But doesn’t appear in the ‘/’ root directory from java/python/etc programming languages. How can a program access the files under ‘EPIX’ as file explorer shows?