WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Functions

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

DirExist Failing

Keywords:        direxist fileexist fail not working zero false @false dir dirchange wbt 

First make sure the user has the necessary permissions to access the directory, file or drive.

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
File Created: 2013:03:26:09:36:22
Last Updated: 2013:03:26:09:36:22