Rebol Programming/query
USAGE:
editQUERY target /clear
DESCRIPTION:
editReturns information about a file or URL.
QUERY is a native value.
ARGUMENTS:
edit- target -- (Type: file url block port object)
REFINEMENTS:
edit- /clear -- Clear modified state of target object
SOURCE CODE
editquery: native[ "Returns information about a file or URL." target [file! url! block! port! object!] /clear "Clear modified state of target object" ]