REBOL Document

Query - Function Summary


Summary:

Returns information about a file or URL.

Usage:

query target

Arguments:

target - The target argument. (must be: file url block port object)

Refinements:

/clear - Clear modified state of target object

Description:

Its argument is an unopened port specification. The size, date and status fields in the port specification will be updated with the appropriate information if the query succeeds.

Related:

get-modes - Returns mode settings for a port.
open - Opens a new port connection.
update - Updates the data related to a port.


<Back | Index | Next>

Copyright 2004 REBOL Technologies