handleServerFiles: handle a folder of files from the server

View source: R/handleServerFiles.R

handleServerFilesR Documentation

handle a folder of files from the server

Description

Called by processServer. Any files in subfolders of the specified job's folder are processed. These might be archives that need to be sanity checked and unpacked.

Usage

handleServerFiles(j)

Arguments

j

the job The job can have these properties:

  • sanityCheck if TRUE, sanity check files, which is time-consuming but a good idea if files come from a source where they might not have been fully sync'd (e.g. dropbox) before the user sent us a link to them.

Value

TRUE; As a side effect, subjobs for sanity checking files and unpacking archives are queued.

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm

See Also

processServer


MotusWTS/motusServer documentation built on Aug. 8, 2024, 10:23 p.m.