in a crossplatform way from TS-Soft (German Forum) modified by me a little... :
Procedure.i CreateDirectoryEx(DirectoryName.s, FileAttribute = #PB_Default) ; Erstellt Verzeichnis, inklusive Übergeordnete
Protected i, c, tmp.s
If Right(DirectoryName, 1) = #PS$
DirectoryName = Left ...
Search found 1243 matches
- Wed Mar 11, 2026 11:33 pm
- Forum: Tricks 'n' Tips
- Topic: Create Full Path Procedure
- Replies: 19
- Views: 467
- Sun Mar 01, 2026 9:57 am
- Forum: Off Topic
- Topic: Please fix this annoyingly slow forum
- Replies: 70
- Views: 5237
Re: Please fix this annoyingly slow forum
the best thing is : Don't delete the cookies from purebasic.frOlli wrote: Sun Mar 01, 2026 9:48 am ...how can I help if I must also click "I do not consent" thausend times....
- Sat Feb 28, 2026 9:33 am
- Forum: General Discussion
- Topic: App crash
- Replies: 1
- Views: 211
Re: App crash
It's a corrupt filesystem on disk. it's possible to repair it with dism, but if dism cant repair it, he have to reinstall windows.
- Sun Feb 01, 2026 10:44 am
- Forum: Feature Requests and Wishlists
- Topic: UserResidents
- Replies: 2
- Views: 2483
Re: UserResidents
A little question : Why you need another path ?
- Fri Jan 30, 2026 7:58 am
- Forum: Feature Requests and Wishlists
- Topic: Requested API Structure and constants
- Replies: 86
- Views: 222998
Re: Requested API Structure and constants
It is... see Freds post earlier :Rinzwind wrote: Fri Jan 30, 2026 5:36 am ...
Should be a public github project I guess with strict and useful doc with translation rules (or even automated)?
If you can, feel free to create patch for these adds, directly on https://github.com/fantaisie-software/purebasic (located in Residents/ dir)
- Fri Jan 30, 2026 7:55 am
- Forum: Announcement
- Topic: PureBasic 6.30 is out !
- Replies: 187
- Views: 71440
Re: PureBasic 6.30 beta 4 is ready !
I made Userlibries with .res files and they work... so you did something wrong I think...
- Fri Jan 30, 2026 7:50 am
- Forum: Tricks 'n' Tips
- Topic: Free RAM in Windows
- Replies: 4
- Views: 2093
Re: Free RAM in Windows
You mean
without Windows API ? 
Code: Select all
Debug Str(MemoryStatus(#PB_System_FreePhysical) / (1024 * 1024)) + " MB free"- Thu Jan 15, 2026 7:53 am
- Forum: Announcement
- Topic: PureBasic 6.30 is out !
- Replies: 187
- Views: 71440
Re: PureBasic 6.30 is out !
The IDE IS open sourcethreedslider wrote: Thu Jan 15, 2026 1:43 am
So fast for fixing the bugs, it is same as open source in some ways![]()
And yes it is special version, thanks !
- Sat Jan 10, 2026 9:01 am
- Forum: Off Topic
- Topic: The "MERCI" day
- Replies: 14
- Views: 9803
Re: The "MERCI" day
Nothing to add... Sign ! 
- Wed Dec 24, 2025 11:09 pm
- Forum: Coding Questions
- Topic: Container color strange behavior [Resolved]
- Replies: 2
- Views: 388
Re: Container color strange behavior
The cause is your Offset Variable...
you dont see the container at the second stage of your For.. Next loop.
You set the container x out of the panel ;)
OpenWindow(0,0,0,800,600,"Panels",#PB_Window_SystemMenu|#PB_Window_ScreenCentered|#PB_Window_SizeGadget|#PB_Window_MaximizeGadget)
For i = 1 ...
you dont see the container at the second stage of your For.. Next loop.
You set the container x out of the panel ;)
OpenWindow(0,0,0,800,600,"Panels",#PB_Window_SystemMenu|#PB_Window_ScreenCentered|#PB_Window_SizeGadget|#PB_Window_MaximizeGadget)
For i = 1 ...
- Tue Dec 23, 2025 7:49 am
- Forum: Bugs - Windows
- Topic: Issue with SetGadgetState() and SetGadgetItemState() on Windows
- Replies: 16
- Views: 7420
Re: Issue with SetGadgetState() and SetGadgetItemState() on Windows
I'll gladly say it again. Get/SetGadgetItemState() is not intended for visibly selecting an item.
It is there to query or set the status of an item. On Listview for multiselect, on ListIcon for
multiselect and checkbox, and on Tree for the checkboxes and whether it is expanded or collapsed.
Look ...
It is there to query or set the status of an item. On Listview for multiselect, on ListIcon for
multiselect and checkbox, and on Tree for the checkboxes and whether it is expanded or collapsed.
Look ...
- Fri Dec 19, 2025 10:50 pm
- Forum: Bugs - Windows
- Topic: Issue with SetGadgetState() and SetGadgetItemState() on Windows
- Replies: 16
- Views: 7420
Re: Issue with SetGadgetState() and SetGadgetItemState() on Windows
Hey guys, thanks for looking into this.
Seems this has been broken for a long time. Just went back to 4.61 on Windows and I can reproduce the same issue.
I created most of my GUI apps on Linux, that's why I've never noticed this bug.
I think you misunderstood the logic behind ...
- Thu Dec 04, 2025 3:54 am
- Forum: Coding Questions
- Topic: Read the "Target" string parameter of a shortcut.lnk Windows ?
- Replies: 1
- Views: 391
- Tue Dec 02, 2025 6:14 pm
- Forum: Coding Questions
- Topic: Location of User Defined Pure Libraries
- Replies: 6
- Views: 724
Re: Location of User Defined Pure Libraries
nope... No File Extensions
- Fri Nov 14, 2025 8:35 am
- Forum: The PureBasic Editor
- Topic: [IDE-Tool] Templates Backup
- Replies: 17
- Views: 11463
Re: [IDE-Tool] Templates Backup
I think I found the answer why this is happend....HeX0R wrote:but in fact, no one ever even paid me a single beer.
You would actually have to go outside for that.BEER-WARE License wrote:...If we meet some day...