Posted by Robert G Laurin on February 20, 2024 at 10:44:16:
I encountered this issue Again !
I can use FindFirstFile/FindNextFile to get the full name of a file sitting on a server.
I can use the Path or the UNC of a Domain Share.
Examples:
\\ServerName\Share\Accounts\Banking\{FilePattern}
or
\\Domain\Accounts\Banking\{FilePattern}
However, If I want to use InputFile/PrintFile, I cannot use the Domain share.
\\Domain\Accounts\Banking\MyNewFile.dat
will fail everytime while
\\ServerName\Share\Accounts\Banking\MyNewFile.dat
Will work for either InputFile or PrintFile
Can this be fixed or standardized ?
I am pretty sure I don't have to explain why Domain shares are used.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.