08-31-2025, 11:16 PM
hey guys.... sorry to drive you bonkers. I have fixed the file stuff.
I have a question...I can select a file to load with no problem using the code below but how do I do the opposite to save a file..select and create a file the same way with the professional window..
![[Image: SELECT-ROM2025-08-31-10-34-32.png]](https://i.ibb.co/wFTR9cRp/SELECT-ROM2025-08-31-10-34-32.png)
I want to be able to see the list as above and click create new file.
I have a question...I can select a file to load with no problem using the code below but how do I do the opposite to save a file..select and create a file the same way with the professional window..
Code: (Select All)
READONCE$ = _OPENFILEDIALOG$("Select a file to Load", _CWD$ + "./font/all_64c/", "*.64c|*.rom|*.bin|*.x88", "CharRom File", 0)
OPEN READONCE$ FOR BINARY AS #1![[Image: SELECT-ROM2025-08-31-10-34-32.png]](https://i.ibb.co/wFTR9cRp/SELECT-ROM2025-08-31-10-34-32.png)
I want to be able to see the list as above and click create new file.

