PAD Version: 2.41.170.24032
Windows: 10 Pro 22H2
Folder Structure:
C:\foo\bar\test.txt
D:\foo\bar\test.txt (D: is assigned to a separate HDD as a drive.)
Y:\foo\bar\test.txt (Y: is assigned from a network drive, such as \255.255.255.255.)
Detaile:
When testing the "If file exists" with the folder structure mentioned above, the test.txt placed on C: and D:drives is correctly identified as "existing." However, the test.txt placed on the Y: drive is determined to be "non-existent."
Why is this happening?