Please enable JavaScript to view this site.

A-Shell Reference

? tab(-10, AG_MKDIR); dirspec; chr(127);

AG_MKDIR (32) creates a Windows directory.

This function has both a subroutine and a print tab implementation.

To return a status code indicating if the operation succeeded, add a ",1" parameter, i.e.:

? tab(-10,AG_MKDIR);dirspec;",1";chr(127);

input "",status

 

See Also

MX_MKPATH, which is the preferred way to access this function.