REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns the type of a file or URL if it exists, otherwise none.
Arguments:
target [file! url!]
See also:
Returns false if the file does not exist.
print exists? %file.txt
false
print exists? %doc.r
false
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |