func X3.EN_FILE_DOWNLOAD(Char PATH_IN) : Tinyint

Send a file to the user's workstation by downloading

  • PATH_IN Char Full path or volume of file to download
Return Tinyint 1 si fichier envoyé et 0 si non
Example

func X3.EN_FILE_DOWNLOAD(filpath("tmp", "fileup", "txt"))
Send the file fileup.txt to the user