source-modified? ( path -- ? )


Vocabulary
vocabs.refresh

Inputs
patha pathname string


Outputs
?a boolean


Word description
Tests if the source file has been modified since it was last loaded. This compares the file's CRC32 checksum of the file's contents against the previously-recorded value.

Definition