Documentation for /home/davin/idl/socware/

Generated by IDLdoc

Directory: general/misc/file_stuff/

Contents

.pro files

file_checksum.pro

function FILE_CHECKSUMPurpose: Returns: SHA1 CHECKSUM string for a fileUsage: output = file_checksum( filename, [/add_mtime] )Typical usage: file_hash( file_search('*') ,/add_mtime ) ; Origin: Mostly copied from file_touch Limitations: Currently works only on Linux and MacOs systems by calling the shasum command in a shell.