470471472473474475476477478479480
} */ IVResource directory = new VFile(this.userDirectory, this.workspace); /* make sure the new resoruce is within the user directory */ IVResource userFile = directory.create(path); return userFile; } /* (non-Javadoc)