rtFileSystemMgt 1.4.3b - Forum

Forum Navigation
You need to log in to create posts and topics.

rtFileSystemMgt 1.4.3b

Is anyone familiar with the rtFileSystemMgt 1.4.3b plugin?

I bought this many, many years ago and it has still some very relevant and useful features. However, I have found one bug. I've looked at the Ron Marie website (www.ronmarie.com) and it appears that it hasn't been updated since 2010.

My issue is with the file compare feature. I've been trying to deliberately create instances of false results when comparing two files to make sure a file copies successfully across network drives to test the stability of my program. Sometimes I get a true compare result when I know it's actually false.

Does anyone know of a plugin that has a more stable file compare function? I'm afraid using the FileSize action might give me erroneous results across different disk formats. (i.e. FAT, exFAT, NTSF, etc.)

Hi,

if you want compare the file size only, you can use a simple VB script function to do this.

But I don't know, if the result depends on file system.

Hi!

It seems to me that it is better to compare the file hash, for example MD5 or CRC32.

There is a plugin zmFunctions