2001-12-22
Added lgaDiscSerial, get serial of disc.
Added lgaWriteFile and lgaReadFile, those two functions makes it possible to
read and write all characters from/to a file.

2001-07-23
Added the possibility to exclude fileextensions in lgaFilelist.
If fileextensions are excluded then the path also are excluded.

2001-07-19
Added function lgaFilelist.
This function will create a list of files that exists in a folder or directory.
It is possible to select if subdirectories shall be searched and if complete path shall be written.
The function writes to the file as "Append".
File must exist!

2001-06-03
lgaFileSys rewritten and recompiled in Delphi5.
Added lgaFileSize, lgaEncryptFile and lgaDecryptFile.
Also added possibility to perform FolderOptions on files, files can be specified
with wildcards, ( *.* ).
I have not explored all different possibilitys to perform different file/folder
operations, you must try for your self and see what works.

2001-05-24
Fixed a bug that caused a FolderBrowse dialog to start instead of FileBrowser dialog.

2001-05-22
Added possibility to execute applications in different mode.
Hidden
Normal
Maximized
Minimized
Parameters supported.

2001-05-18
Added possibility to execute FolderOptions in "silent" mode.
When checkbox "Use silent mode" are checked, no "confirm" dialogs will be shown.
Fixed a little bug that made the radiobuttons in FolderOptions work incorrect.
Reduced filesize 3kb :-)


2001-05-16
Added FolderOptions to lgaFileSys.
With FolderOptions it's possible to:
1. Copy Folders
2. Move Folders
3. Rename Folders
4. Delete Folders
Delete Folders also work like "DelTree"


2001-05-08
lgaFileSys released