On Sat Apr 26 17:30:57 2025 +0000, Joe Souza wrote:
I wasn't aware of WCMD_parameter. That is a good suggestion if it works for what's needed here.
FindFirstFileEx is an optimization for remote/network file systems, such that a round trip across the network is not performed for unwanted directory entries. Since Wine seems to support only file systems that are mounted by the host operating system and does not appear to have any direct knowledge of remote-mounted file systems, I can skip using the Ex function here.