Difference: APPXRuntimeSubroutineAPI (6 vs. 7)

Revision 72012-01-24 - JeanNeron

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

APPX Runtime Subroutine API

Line: 71 to 71
 Return the directory seperator character of the host operating system.

File System Utilities Subroutines

File Manipulation Routines

Added:
>
>

.FILE COPY

Copies a file from one location to another, creating any required directories.

.FILE CREATE ARCHIVE

Creates an archive of the specified files, in either TAR or TGZ format.

 

.FILE DELETE

Deletes the given file from the filesystem.

.FILE EXISTS

Tests for the existance of the given file in the filesystem.

Added:
>
>

.FILE EXTRACT ARCHIVE

Extracts all the files from a previously created archive.

 

.FILE MAKE DIR

Creates the given directory and parent directories in the filesystem.

Added:
>
>

.FILE MOVE

Moves a file from one location to another, creating any required directories

 

.FILE SPLIT FILENAME

Splits the filename from the file extension and returns both.

 
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