Hi Leeroy,
Very interesting project! I don't know assembler but this has me hankering again but I don't think I want to get THAT Basic.
Anyway, your file management tools are interesting. I navigated my system and liked how they worked though a problem with long Path names.
Do you come from a land where they spell cancel, cancell?
Really nice app!
Hi Bplus
Thanks for the feedback.. I did know about the long fie names issues. It also seems to have trouble with files with spaces in them ie "test file.asm".
For some reason when i use the code
pathfile$
= _CWD$ + "\" + currentfile
+ ".asm" shell$
= "DIR " + pathfile$
+ " /b > MYTEST.TXT" IF l
= 0 THEN ' file does not exist
If the string variable "currentfile" has spaces in it, the MYTEST.TXT file returned by DOS is always empty, even if the file actually exists.
I don't know why this happens..
The spelling of "cancel" is of course a typo i didn't notice which just got copied and pasted through the program.. :-)
My logical brain has always had trouble with spelling of the English language!
Perhaps QB64 needs a spellchecker? lol..
I didn't get to browse files as an Out of Memory error occurred when I clicked on Open.
Fellippe
I get the out of memory error too if i run the exe from my network storage drive. I have not had a chance to investigate why this happens.
No errors occur if it's run from a local disk though.
I'll look into it when i get some time..
Cheers
Lee