|
|
|
|
|
- Operating mode in Windows Vista (and later)
fChangeSize (Function) In french: fChangeTaille Resizes an external file.
Syntax
<Result> = fChangeSize(<File used> , <New file size>)
<Result>: Boolean - True if the size changed,
- 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.
- If this new size is larger than the original file size, the file is enlarged: the content between the old size and the new size is not defined..
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|