REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: create

create  port

Send port a create request.

Arguments:

port [port! file! url! block!]

Description

Creates the file or URL object that is specified.

create %testfile.txt
read %./
[%testfile.txt]


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin