Get the CRC-32 checksum for the named local file
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
uint GetLocalCRC( string path ) |
| Visual Basic |
|---|
Function GetLocalCRC ( _ path As String _ ) As UInteger |
| Visual C++ |
|---|
unsigned int GetLocalCRC( String^ path ) |
Parameters
- path
- Type: System..::..String