VFS 0.5. Educational WFX-plugin.

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Maximus
Member
Member
Posts: 147
Joined: 2006-04-12, 10:51 UTC
Location: Ukraine
Contact:

VFS 0.5. Educational WFX-plugin.

Post by *Maximus »

VFS 0.5. Educational WFX-plugin. Download
This plugin is appropriated for learning of Total Commander file system plugins interface. It is possible to use as base for plugin in which need to work with virtual (existing in plugin only) file system. Wrote with C++ Builder 6. Base of virtual file system - ini-file.
User avatar
Maximus
Member
Member
Posts: 147
Joined: 2006-04-12, 10:51 UTC
Location: Ukraine
Contact:

Post by *Maximus »

VFS 0.5. Educational WFX-plugin. Download
Changes log:
06.05.2008 Implemented function FsSetAttr
06.05.2008 Added analyzing of option displaying hidden/system files
06.05.2008 Implemented function FsSetTime
07.05.2008 Implemented function FsExtractCustomIcon
07.05.2008 Created icon for service item "CREATE", form of editing file/folder properties, plugin properties form
08.05.2008 Child modal forms of editing file/folder properties and plugin properties has no buttons on taskbar now
08.05.2008 Implemented function FsSetDefaultParams
08.05.2008 Added displaying of WFX-plugin interface version in properties dialog
08.05.2008 Added function ExcludeTrailingPathDelimiterFS for correct deleting of trailing path delimiter
08.05.2008 Sending to Total Commander command cm_Rereadsource (reread file window) after file creating or editing of file/folder properties
11.05.2008 When creating items of VFS now used GetSystemTime() inplace time correction with GetTimeBias()
11.05.2008 Setting attributes when import/export items of VFS
11.05.2008 Centering child windows relatively main Total Commander window
27.05.2008 Created icon for message form
27.05.2008 Introduced flags of result of copying/creating for returning by functions CopyItem and MakeItem
01.06.2008 Changed method of defining is IVFS a service item (function IsServiceItem): IVFS is service if begins from symbol #
16.06.2008 Added function ExtractFileNameFS for correct extracting of IVFS name
16.06.2008 Added function CheckName for checking of correctness IVFS name in functions CopyItem and MakeItem
17.06.2008 Creating (if it is necessary) of parent folder in function CheckName
17.06.2008 Correct name which is same SI when imports file to VFS
21.06.2008 Saving file last write time when imports to VFS and exports from VFS
User avatar
kotlomoy
Member
Member
Posts: 100
Joined: 2008-03-09, 07:27 UTC

Post by *kotlomoy »

Thanks, it was helpful
#213083 Single user license
BranchViewExtended
User avatar
Maximus
Member
Member
Posts: 147
Joined: 2006-04-12, 10:51 UTC
Location: Ukraine
Contact:

Post by *Maximus »

Your welcome :)
Post Reply