Windows Functionality Suite
From REALbasicWiki
| |||||
|---|---|---|---|---|---|
| Available for | | ||||
| W.F.S. is a collection of REALbasic classes that exposes more of the Windows API than is provided by the REALbasic framework. | |||||
| License | Open source (MIT License) | ||||
| Download | http://aaronballman.com/programming/REALbasic/Win32FunctionalitySuite.php | ||||
| Developer's site | http://aaronballman.com/programming/ | ||||
A couple of minor amendments to the code may be necessary.
Version 2.5 was released before Attributes became a reserved word, so it is necessary to changes this to something else.
I used mAttributes
It also uses the (no longer available) TemporaryFolder which needs to be replaced by SpecialFolder.Temporary
