i need to check if
c:\programs files\factorysuite\ioservers\ak2 exist but allway tell me that not exist why ??
bIOPath1 = Folder.DoesExist(_ProgramFilesFolder.."\\FactorySu ite\ioservers\ak2");
if bIOPath1 == 1 then
Dialog.Message("Aviso", "Exist !!");
else
Dialog.Message("Aviso", "Not exist !!");
end
then if i tryu to diaply the bIOPath1 value using dialog.message i have an error.
Any body knows why ??
Best Regards

