Hello,

I don't know if i'm following this correctly.
Your first solution:
<cfset rstree = querynew("file,parent")>
<cfset queryaddrow(rstree)>
<cfset rstree.file[1] = myfilname>
<cfset rstree.parent[1] = getdirectoryfrompath(myfilename)>

-=------
<cfset rstree.parent[1] = getdirectoryfrompath(myfilename)>
the getdirectoryfrompath function returns the path that the file is currently stored, but i don't see in your sample pseudo code where you are passing the pathname column field.

Have I lost it?
-=------
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to