Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


DirExist Failing

Keywords:        direxist fail not working dir dirchange wbt

Use this instead of DirExist:

        Errormode(@OFF)
        DirChange("K:\")
        A=DirGet()
        Message("see if A is = to K:", A)
        Errormode(@CANCEL)



Article ID:   W13049
Filename:   DirExist Failing.txt