---+ .FILE DELETE _This subroutine is called to remove a file from the filesystem._ <br />%TOC% ---++ Usage: <verbatim> PASS <error_message> FIELD SHARE? Y PASS <pathname> FIELD SHARE? N GOSUB --- .FILE DELETE * check for errors IF --- .FILE DELETE NE </verbatim> ---++ Description: This subroutine is called to remove a file from the filesystem. Both parameters are required, and the subroutine will CANCEL if they are not received. <error_message> contains additional error information if the command fails (Required). Must be PASSed with Share "Y". <pathname> is the file to be deleted (Required). This must be a specific file, wildcards are not supported. If --- .FILE DELETE is not blank, you can check <error_message> for more information. ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.PeteBrower - 2011-08-12
This topic: Main
>
WebHome
>
APPX510Features
>
APPXRuntimeSubroutineAPI
>
0LASubrFileDelete
Topic revision: r4 - 2012-01-25 - JeanNeron
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback