Discuss this help topic in SecureBlackbox Forum
Sets the size of the specified file.
Declaration
[Java]
void fileSetSize(TObject arg0, long arg1);
Parameters
- FileHandle - system handle of the file which size needs to be changed.
- NewSize - new size of the file in bytes.
Description
Use this method to change the size of the specified file.
Discuss this help topic in SecureBlackbox Forum