logoAnerty's Lair - News << Home
fren
^ Software Documents
article

Update: DriveSort v1.217

This version brings some new options to configure the way the FAT is sorted:

  • Choice of sort order :
    • Ascending order, a file named aaaa.txt will be stored in the name table before one named aaab.txt. [Default]
    • Descending order (aaab.txt before aaaa.txt)
  • Choice of folder layout :
    • Before the files: Groups the folders together at the top of the name table, and sorts the files separately.
    • After the files: Groups the folders after the files, and sorts the files separately. [Default]
    • Mixed with the files: No difference between files and folders, they are all sorted together.

These options are available in the sort popup menu, on the right of the sort icon.

article

Update: DriveSort v1.216

Happy new Year !

This version brings new icons, I was fed up with the old ones. I got those in a great free collection available there: famfamfam, thanks by the way :)

I came back to my old compiler, so those having trouble with DLLs when trying to launch DriveSort should no longer be bothered about them. As usual, if you have some trouble, my mail is below.

article

BugFix & Update: DriveSort v1.215

This version fixes a bug reported by Brian, who gets my thanks.

This bug blocked the recursive save of the root folder to one level (just the root folder), but did not happen when saving any other folder.

Since I was once more in the sources, I brought some changes to the automatic save of the playlist mode, which is triggered after each drag-n-drop operation when that option is checked. From now on, this automatic save will no longer care if the subfolders save option is active. In effect, it makes the playlist mode much faster, since it only saves what has just changed, not the whole directory tree from where we made the change.
This was what made the playlist mode so slow when I just moved one album before another on the 2GB SD Card of my Sony-Ericsson K750i.

article

New Program: jSAVF

Well, it's not really a *new* program, since I've started coding this at least two years ago, and I already spread it somewhat at my current work and at one of its client.

This program enables you to read IBM iSeries (formerly AS/400) save files on Windows, linux, or whatever you're working on provided it has a fairly recent Java Runtime Environment (v1.5 and above). It might be useful if you need to check what's inside a SAVF just before mailing it to a client, or if you want to extract a file from a SAVF without having to upload the whole SAVF on an iSeries.

Since this version is fairly stable, I'm coding a new version which will improve the performance (multithread, lazy analysis, ...) and reduce the memory usage (unpacking on disk, ...). With some luck I will at last have an occasion to port my prototypes for *MEDIUM and *HIGH unpacking from REXX to Java to manage these compression methods.