Hi all,
How could i know if a network drive exist from VFP??
for example i can check if a DIRECTORY() EXISTE:
lconnection = DIRECTORY(mlcfolder)
if lconnection= .T.
set defau to (mlcfolder)
else
set default to (lcJustDir)
endif
i need to do the same with a network drive
thanks in advance???
How could i know if a network drive exist from VFP??
for example i can check if a DIRECTORY() EXISTE:
lconnection = DIRECTORY(mlcfolder)
if lconnection= .T.
set defau to (mlcfolder)
else
set default to (lcJustDir)
endif
i need to do the same with a network drive
thanks in advance???