BaH.Volumes - Update

BlitzMax Forums/Brucey's Modules/BaH.Volumes - Update

Brucey(Posted 2009) [#1]
BaH.Volumes is a small cross-platform module which provides useful volume/device information support for BlitzMax, using a common API.

A new version (1.06) is now available.

This contains the following improvements :
* Improved unicode support.
* Added custom dir access for Pictures, Movies and Music.
* Added Win32 volume search code. (Artemis)
* Fixed Linux folder localisation (xdg-user-dirs).

The linux version doesn't call xdg-user-dirs, but instead embeds the code directly in the module. This I think, is far better than accessing external binaries unnecessarily. (Each to their own, of course :-)

BaH.Volumes is available for download from the Maxmods GoogleCode site, as are most of my modules.

Enjoy :o)


degac(Posted 2009) [#2]

* Fixed Linux folder localisation (xdg-user-dirs).



Brucey, do you read my mind?!?!

I was thinking to post to 'update' your Volume module to read info from xdg-user-dirs and...tadah!!

Magic!