Pular para o conteúdo principal

DeleteTempFile

Structure

DeleteTempFile(sTempName: Text): Char

Type

Function

Description

Functions in the 'Local File Read/Write Functions' group are used typically to create and read xml (or other) files from a common network directory to sync InSite's data/functionality with another system, like an accounting system. This function deletes a single file from the InSite temp directory, as a clean up from earlier file operations.

Parameters: 1

sTempName = the name of the file in the InSite temp directory that should be deleted. This should only be the file name and extension, NOT the full directory path.

Return Value

Char - '1' = True, '0' = False |