Subj : bbs.menu vs bbs.menu_exists
To : Digital Man
From : nolageek
Date : Mon Jan 13 2020 02:50 pm
Is there a reason why bbs.menu_exist() does not allow using a directory before the file name like bbs.menu()?
bbs.menu("dir\file_base") works for when I want to specify an ansi outside of the menu directory (I use it with user.command_shell a lot) but bbs.menu_exists("dir\file_base") always comes back negative.