What if the directory as a backslash at the end without another folder after it? For some reason, the above 2 codes are returning nothing.
D:\res\src\libs\out\
Change "/" in "\" for a real path, your first question related to a path with a " / ", I simply copied your "C:/out/" ;)
Search found 14 matches
- Thu Jun 04, 2020 8:38 pm
- Forum: Coding Questions
- Topic: How to get last folder in directory path?
- Replies: 10
- Views: 3192
- Thu Jun 04, 2020 7:31 pm
- Forum: Coding Questions
- Topic: How to get last folder in directory path?
- Replies: 10
- Views: 3192
Re: How to get last folder in directory path?
Code: Select all
Path$ = "C:/out/"
Debug GetFilePart(Trim(Path$, "/"))
i = CountString(Path$, "/")
Debug StringField(Path$, i, "/")
- Sun Oct 23, 2011 2:36 am
- Forum: AmigaOS
- Topic: Gameset Jump'nRun
- Replies: 7
- Views: 21388
Re: Gameset Jump'nRun
Well done XP!
works fine here, would be kewl if you finished it...
works fine here, would be kewl if you finished it...
- Fri Apr 08, 2011 10:39 pm
- Forum: Applications - Feedback and Discussion
- Topic: [win32] Teh Toon [intro]
- Replies: 5
- Views: 2892
Re: [win32] Teh Toon [intro]
very cool intro, runs fine here!
hope you'll "insert Disk 2" very soon
hope you'll "insert Disk 2" very soon

- Sat Jun 05, 2010 11:55 pm
- Forum: Coding Questions
- Topic: Playing C64 SID files in PureBasic
- Replies: 23
- Views: 9856
Re: Playing C64 SID files in PureBasic
TitchySID by StatMat (MASM & PureBasic): One of the best (smallest) libs I ever used!
Follow the link and look under at the last entry by eNeRGy of Dawn
http://www.dawncreations.com/index.php? ... pic=289.15
Follow the link and look under at the last entry by eNeRGy of Dawn

http://www.dawncreations.com/index.php? ... pic=289.15
- Sun May 30, 2010 2:10 pm
- Forum: AmigaOS
- Topic: Please make available in zip as well as lzx
- Replies: 4
- Views: 17757
Re: Please make available in zip as well as lzx
Here the download for Amiga Purebasic (Open Source) in ZIP format:
Hope it's OK for the developers team :roll:
coz it's opensource and I never could start it on a real Amiga (crashed always)
so only with the use of WinUAE I could use it (A1200 Rom file)
Hope it's OK for the developers team :roll:
coz it's opensource and I never could start it on a real Amiga (crashed always)
so only with the use of WinUAE I could use it (A1200 Rom file)

- Sun May 30, 2010 11:44 am
- Forum: Coding Questions
- Topic: Purebasic Amiga Demo?
- Replies: 17
- Views: 3898
Re: Purebasic Amiga Demo?
Hello Swos2009,
Amiga Demo? It's always a great idea!
If you're interested in some small codes about, try the links (sorry german only, but the code)
http://forum.deltaforceteam.de/forum/viewtopic.php?f=11&t=522 - BootBlock Style
http://forum.deltaforceteam.de/forum/viewtopic.php?f=11&t=523 ...
Amiga Demo? It's always a great idea!
If you're interested in some small codes about, try the links (sorry german only, but the code)
http://forum.deltaforceteam.de/forum/viewtopic.php?f=11&t=522 - BootBlock Style
http://forum.deltaforceteam.de/forum/viewtopic.php?f=11&t=523 ...
- Thu Apr 23, 2009 3:57 pm
- Forum: Coding Questions
- Topic: RTF to HTML using irun.dll but there is error
- Replies: 7
- Views: 2532
Hi Mahmoud
#DQUOTE$ = Chr(34)
If you use spaces " " in filenames you should always add Chr(34)
before and at end of the string!
File$ = Chr(34) + " Name Of File" + Chr(34)
Hope it will help you Mahmoud...
_______________________
http://www.testaware.de.tp
#DQUOTE$ = Chr(34)
If you use spaces " " in filenames you should always add Chr(34)
before and at end of the string!

File$ = Chr(34) + " Name Of File" + Chr(34)
Hope it will help you Mahmoud...
_______________________
http://www.testaware.de.tp
- Thu Apr 23, 2009 12:25 am
- Forum: Coding Questions
- Topic: RTF to HTML using irun.dll but there is error
- Replies: 7
- Views: 2532
- Tue Mar 10, 2009 12:36 pm
- Forum: Applications - Feedback and Discussion
- Topic: PureMemory Deluxe
- Replies: 32
- Views: 13200
- Tue Oct 21, 2008 10:07 pm
- Forum: Off Topic
- Topic: Best UPX Frontend?
- Replies: 11
- Views: 4389
- Tue Oct 14, 2008 3:16 pm
- Forum: Off Topic
- Topic: Best UPX Frontend?
- Replies: 11
- Views: 4389
XPackGUI
Hi,
I'd coded a small AIO tool called XPackGUI in PB 3.94, also for a couple
of other exe-packer too. It's not the best one of cause, but it works...
http://home.arcor.de/Testaware/Toolz/Pictures/XPackGUI.png
20to4
ANDpakk2
kkrunchy
MuCruncher2
Upack
UPX Be aware, some lame AV-Tools alert ...
I'd coded a small AIO tool called XPackGUI in PB 3.94, also for a couple
of other exe-packer too. It's not the best one of cause, but it works...
http://home.arcor.de/Testaware/Toolz/Pictures/XPackGUI.png
20to4
ANDpakk2
kkrunchy
MuCruncher2
Upack
UPX Be aware, some lame AV-Tools alert ...
- Tue Oct 14, 2008 2:59 pm
- Forum: AmigaOS
- Topic: some gfx code
- Replies: 3
- Views: 12629
Missing EXE
Hi Xperience (sorry didn't saw your post before)
yes, can't run your examples in PB 4.0 (real Amiga & WinUAE)!
so it would be nice if you include a compiled one in the download
file to see how it works...
Greets Peace
yes, can't run your examples in PB 4.0 (real Amiga & WinUAE)!
so it would be nice if you include a compiled one in the download
file to see how it works...
Greets Peace
- Sun Oct 12, 2008 3:05 pm
- Forum: Game Programming
- Topic: FX-Lib v1.2 for PB 4.20
- Replies: 26
- Views: 20473
Cool!
As usual, a great work from you Epyx 
