ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / External file functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Resizes an external file.
Example
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.
  • 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.
Remarks
Business / UI classification: Business Logic
Component: wd290std.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/21/2023

Send a report | Local help