_OpenFile Dialog in same folder as exe
#2
That will work. I'm not happy _CWD$ isn't working 100%. Is it incorrect or just null. If it's a null return, you could always use a delay or...

Code: (Select All)
DO
    _LIMIT 10
    i = i + 1
    ExePath$ = _CWD$
LOOP UNTIL LEN(ExePath$) OR i > 100
IF i > 100 THEN PRINT "I BLAME STEVE!": END ELSE PRINT ExePath$

Pete
If eggs are brain food, Biden takes his scrambled.
Reply


Messages In This Thread
_OpenFile Dialog in same folder as exe - by bplus - 12-04-2022, 08:28 PM
RE: _OpenFile Dialog in same folder as exe - by Pete - 12-04-2022, 09:55 PM



Users browsing this thread: 8 Guest(s)