DirectoryCreate
org.sdm.spa.actors.io.DirectoryCreate

Creates the directory specified by the input port if it doesn't exist plus parent directories. If the directory could not be created, perhaps because a file of the same name already exists, then a non-empty error message will be output at the errors port. Otherwise, an empty string will be output in that port after creation. No error will be reported if a directory of this name already exists.

Author(s): xiaowen
Version:$Id: DirectoryCreate.java,v 1.1 2005/02/16 22:41:19 xin Exp $


errors
Port that outputs errors if there are any.



name
Input port representing the name of the file to create.