IsRemoteFile Method

Returns the URL from which a remote file was downloaded.

See Also | Example

Signature

RetVal = object.IsRemoteFile(LocalFile, URL)

Object

Utility
The object or objects this method applies to.

LocalFile

String; input-only
The downloaded file.

URL

String; output-only
The URL from which the file was downloaded, if any.

RetVal

Boolean

TRUE: The file was downloaded from a remote location.

FALSE: The file was not downloaded from a remote location.

Remarks

This method is the inverse of the IsURL method and provides a mapping from a local file to the corresponding URL from which the file was downloaded.

 

   Comments?