Difference: 0LASubrFileDelete (1 vs. 4)

Revision 42012-01-25 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.FILE DELETE

Line: 16 to 16
 

Description:

Changed:
<
<
This subroutine must be passed two alpha fields. One to return an error message back into and one defining the patanme to delete.
>
>
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.
 
Changed:
<
<
<error_message> identifies the field to return an error message back into on failure. Passing this parameter is required.
>
>
<error_message> contains additional error information if the command fails (Required). Must be PASSed with Share "Y".
 
Changed:
<
<
<pathname> identifies the field that identifies the pathname to delete. Passing this parameter is required.
>
>
<pathname> is the file to be deleted (Required). This must be a specific file, wildcards are not supported.
 
Changed:
<
<
This subroutine sets a result value in the corresponding results Token field.
>
>
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.

Revision 32011-10-20 - GaryRogers

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.FILE DELETE

Line: 7 to 7
 

Usage:

Changed:
<
<
    PASS        <error_message>        FIELD           SHARE? Y
    PASS        <pathname>              FIELD           SHARE? N

>
>
      PASS         <error_message>            FIELD            SHARE? Y
      PASS         <pathname>                 FIELD            SHARE? N
  GOSUB --- .FILE DELETE * check for errors IF --- .FILE DELETE NE
Changed:
<
<
>
>
 

Description:

Revision 22011-10-20 - GaryRogers

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.FILE DELETE

Revision 12011-08-12 - PeteBrower

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.FILE DELETE

This subroutine is called to remove a file from the filesystem.


Usage:

    PASS        <error_message>           FIELD           SHARE? Y
    PASS        <pathname>                FIELD           SHARE? N
    GOSUB   --- .FILE DELETE
     *       check for errors
    IF      --- .FILE DELETE              NE

Description:

This subroutine must be passed two alpha fields. One to return an error message back into and one defining the patanme to delete.

<error_message> identifies the field to return an error message back into on failure. Passing this parameter is required.

<pathname> identifies the field that identifies the pathname to delete. Passing this parameter is required.

This subroutine sets a result value in the corresponding results Token field.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- PeteBrower - 2011-08-12

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback