ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage functions / Communication / Drive 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
Copies a directory on a remote drive to another directory.
New in version 2024
<Drive variable>.CopyFile
Copies a single file on a remote drive to another directory on same drive.
Creates a directory on the remote drive.
New in version 2024
<Drive variable>.CreateFile
Creates a file on the remote drive.
Deletes a directory and its files from a remote drive.
New in version 2024
<Drive variable>.DeleteFile
Deletes a file from a remote drive.
Downloads a directory and its files from a remote drive to the user's computer.
Downloads a file from a remote drive to the user's computer.
Lists drive directories.
New in version 2024
<Drive variable>.ListFile
Lists the files in a cloud-based drive directory.
Moves a directory and its contents to another directory within a remote drive.
New in version 2024
<Drive variable>.MoveFile
Moves a file on a remote drive from one directory to another.
New in version 2024
<Drive variable>.Rename
Renames a file or directory on a remote drive.
Uploads a directory and its contents to a remote drive.
New in version 2024
<Drive variable>.UploadFile
Uploads a local file to a remote drive.
New in version 2024
<gglDrive variable>.CopyFile
Copies a single file on a remote drive to another directory on same drive.
Deletes a Google Docs Editor file from Google Drive.
Downloads a Google Docs Editors file from Google Drive in a given compatible format.
Lists Google Docs Editors files (Docs, Sheets, etc.) present on Google Drive.
New in version 2024
<gglDrive variable>.MoveFile
Moves a file on a remote drive from one directory to another.
New in version 2024
<gglDrive variable>.Rename
Renames a directory or Google Docs Editors file on Google Drive.
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/10/2024

Send a report | Local help