- Operating mode in Windows Vista (and later)
fChangeSize (Function) In french: fChangeTaille Resizes an external file.
New in version 28 Syntax
<Result> = fChangeSize(<File used> , <New file size>)
<Result>: Boolean - True if the change of size was performed,
- False otherwise.
<File used>: Integer or DiskFile variable <New file size>: Integer New size of the file in bytes. - The file is truncated if the new size is less than the initial size.
- The file is enlarged if the new size is greater than the initial size: the content between the former size and the new size is not defined.
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|