Table of Contents

HttpFileExists Procedure

Codeunit Web Wrapper

Checks if a file or url exists. This is performed by doing a HEAD call to the provided URL.

Signature

HttpFileExists(Url: Text) : Boolean

Parameters

Url Text

The url to check.

Returns

Boolean

true if file exists (2xx Status code), otherwise false.

This documentation is generated from Smart Toolbox v27.1