'Dir' function must first be called with a 'PathName' argument

An initial call to the Dir function does not include the PathName argument. The first call to Dir must include a PathName, but subsequent calls to Dir do not need to include parameters to retrieve the next item.

To correct this error

  • Supply a PathName argument in the function call.

See also