[ic] Can I do a "mkdir" from interchange

Daniel Davenport ddavenport at newagedigital.com
Mon Jul 26 14:40:02 EDT 2004



> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org
> [mailto:interchange-users-bounces at icdevgroup.org]On Behalf Of Balster
> Sent: Monday, July 26, 2004 11:51 AM
> To: interchange-users at icdevgroup.org
> Subject: [ic] Can I do a "mkdir" from interchange
>
>
> I have figured out how to upload images by searching thru the interchange
> archives.  I am now doing that from an interchange routine that
> processes a
> FORM post, however it is placing all files only into pre-existing
> folder(s)
>
> My last thing is that I want each user to have a separate sub-folder to
> upload their images into.    The first time, the sub-folder does
> not yet exist.
>
> I have not been able to locate how to to perform the required mkdir.
>
> I even tried creating a [mkdir] ... [/mkdir] usertag, but that
> gets blocked
> by safe
>
> Does anyone know how to create a sub-folder using interchange tags???

I might be wrong, as i'm no perl guru, and interchange's innards give me
headaches.  :)  But it looks like you can add auto_create_dir=1 to your
[value-extended] tag to make the directory if it doesn't already exist.

/me



More information about the interchange-users mailing list