If I have a FPW90 project on my USB flash drive and work on that project on different pc’s with different paths to that USB flash drive. Is there a simple command / code that will find and set the default path to that project? Thanks in advance.
One possibility would be to execute this command from your main program:
Code:
SET DEFAULT TO JUSTPATH(SYS(16))
That will set the default directory to the folder containing the PRG that you are execting, or the one containing the EXE if you are running outside the development environment.
Is that what you were looking for?
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.