Show / Hide Table of Contents

    DeleteFiles Procedure

    Codeunit Ftp Wrapper

    Delete remote files specified in TempIntegrationImport. All files specified in TempIntegrationImport will deleted during the same FTP session.

    Signature

    DeleteFiles(var TempIntegrationImport: Record "QWESR tIntegrationImport" temporary)
    

    Parameters

    var TempIntegrationImport Record "QWESR tIntegrationImport" temporary

    Temporary record with one record for each file that will be deleted.

    Normally TempIntegrationImport is populated via the GetDirectoryListing() procedure. If TempIntegrationImport is populated any other way, the minimum requirement is to populate the fields Path (remote path), "Full Path" (remote path/filename) and "Is a File" (true).

    This documentation is generated from Spider v25.2.234077.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX