FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour CRC of a file
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
CRC of a file
Posted: Tue Mar 28, 2023 09:28 AM

How can I find out the CRC of a file without loading it into a variable ?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: CRC of a file
Posted: Tue Mar 28, 2023 09:57 AM

Dear Yuri,

You can use FWH function nFileCRC( cFileName [, lJumpFirst32bytesForDBFs] )

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: CRC of a file
Posted: Tue Mar 28, 2023 10:12 AM

Thank you, Antonio!

Continue the discussion