March 29, 2024, 01:18:00 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Problem with Openfile,FindOpen and a network drive

Started by ExMember001, August 19, 2008, 06:50:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ExMember001

Hi,
I have a problem with the functions findopen and openfile.
I have to findopen() a folder in a network drive, this works but only if i open a file or a folder in the network drive with SYSTEM first.
After that the findopen function work normally.
I've try to openfile() a file in this network drive and it does the samething as findopen().

Anyone know a way to do this without opening a folder or file with SYSTEM first?