ARCHIVEDIR        Define FileLinks archive folder

Top  Previous  Next

Syntax:

ARCHIVEDIR

[ path name ]

Arguments:

[ path name ]

A variable or string to specify the path name of FileLinks archive folder (directory)

Options:

None

 

 

 

This script command defines the folder to be used when the /archive option is used on the SENDFILE command.

 

Consider the following example.

 

;; archive "c:\Program Files\FileLink\example.txt"

ARCHIVEDIR "c:\Program Files\FileLink\archive"

SENDFILE "example.txt" /archive

 

Related Command(s): MAKEDIR, SENDFILE, WORKINGDIR