Re: [WebDNA] Create Folder

This WebDNA talk-list message is from

2019


It keeps the original formatting.
numero = 114494
interpreted = N
texte = 2113 --Apple-Mail=_02030DCA-8416-44F6-BA27-257586B88920 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Thanks very much for your help. Cheers =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Steve Craig - Forest Products (Leisure) Ltd Tel +44 1330 860505 Mob +44 7778 007607 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D http://www.forestlogcabins.com Email: steve@forestlogcabins.com Skype: s.craig - iChat: steve.craig =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Standard terms and conditions available here = http://forestlogcabins.com/Terms.html Any sketches or illustrations supplied are subject to possible small = changes on the final factory plans. > On 12 Feb 2019, at 17:46, Tom Duke wrote: >=20 > Steve, >=20 > Here's a function I use. >=20 > - Tom >=20 >=20 >=20 >=20 >=20 >=20 > [!] >=20 >=20 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ### Create Folder ### > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >=20 > FUNCTION Name: smCreateFolder > ** Description: Create Folder with 770 permissions > ** Input:=20 > folderPath =3D (the url to the folder) - required > folderPerms =3D (folder permissions) - optional, defaults to = 770 > ** usage:=20 > [smCreateFolder folderPath=3D] >=20 > [/!][function name=3DsmCreateFolder][!] > [/!][text]tReturn=3D[/text][!] >=20 > ### Default values ### >=20 > [/!][text]tFOLDERPATH=3D[/text][!] > [/!][text]tPERMISSIONS=3D770[/text][!] >=20 > ### Incoming [params_string] values ### >=20 > [/!][showif = [url][params_string][/url]^folderPath][text]tFOLDERPATH=3D[folderPath][/te= xt][/showif][!] > [/!][showif = [url][params_string][/url]^folderPerms][text]tPERMISSIONS=3D[folderPerms][= /text][/showif][!] >=20 > ### Do nothing if required fields are not passed = through ### >=20 > [/!][hideif [url][tFOLDERPATH][/url]]=3D][!] >=20 > ### Hideif the folder exists ### >=20 > [/!][hideif [fileinfo = file=3D[tFOLDERPATH]][exists][/fileinfo]=3DT][!] >=20 > ### Create the folders to the final = folder ### > [/!][text]varPATH=3D[showif = [url][tFOLDERPATH][/url]~[url]/[/url]]/[/showif][/text][!] > [/!][listwords = words=3D[url][tFOLDERPATH][/url]&delimiters=3D/][!] > [/!][hideif [fileinfo = file=3D[varPATH][word]][exists][/fileinfo]=3DT][!] > [/!][createfolder = path=3D[varPATH][word]][!] > [/!][text]varFULLPATH=3D[fileinfo = file=3D[varPATH][word]][fullpath][/fileinfo][/text][!] > [/!][shell]/bin/chmod = [tPERMISSIONS] [varFULLPATH][/shell][!] > [/!][/hideif][!] > = [/!][text]varPATH=3D[varPATH][word]/[/text][!] > [/!][/listwords][!] >=20 > [/!][/hideif][!] > [/!][/hideif][!] >=20 > [/!][return][tReturn][/return][!] > [/!][/function] >=20 >=20 >=20 > On Tue, 12 Feb 2019 at 16:17, Steve Craig > wrote: > Hi >=20 > Just a quick question, what=E2=80=99s the quickest way to look in a = folder and check whether a folder of a particular name exists and if not = create it? >=20 > Just need to get something done really quickly. >=20 > Thanks for any help. >=20 > Cheers > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Steve Craig - Forest Products (Leisure) Ltd > Tel +44 1330 860505 Mob +44 7778 007607 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > http://www.forestlogcabins.com > Email: steve@forestlogcabins.com > Skype: s.craig - iChat: steve.craig > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Standard terms and conditions available here = http://forestlogcabins.com/Terms.html = > Any sketches or illustrations supplied are subject to possible small = changes on the final factory plans. >=20 >=20 >=20 >=20 >=20 >=20 > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us = ------------------------------------------------= --------- This message is sent to you because you are subscribed to the = mailing list talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: support@webdna.us --Apple-Mail=_02030DCA-8416-44F6-BA27-257586B88920 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Thanks very much for your help.

Cheers
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Steve Craig - Forest Products (Leisure) Ltd
Tel +44 1330 860505 Mob +44 7778 007607
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
http://www.forestlogcabins.com
Email: = steve@forestlogcabins.com
Skype: s.craig - iChat: = steve.craig
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Standard terms and conditions = available here http://forestlogcabins.com/Terms.html
Any sketches or illustrations supplied are subject to = possible small changes on the final factory plans.






On 12 Feb 2019, at 17:46, Tom Duke <tom@revolutionaries.ie> wrote:

Steve,

Here's a function I use.

- Tom






[!]


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
###  Create Folder =  ###
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

FUNCTION Name: = smCreateFolder
  ** Description: Create Folder = with 770 permissions
  ** = Input: 
        folderPath = =3D (the url to the folder) - required
  =       folderPerms =3D (folder permissions) - optional, = defaults to 770
  ** usage: 
        [smCreateFolder = folderPath=3D<path to the folder>]

[/!][function = name=3DsmCreateFolder][!]
= [/!][text]tReturn=3D[/text][!]

###  Default values =  ###

= [/!][text]tFOLDERPATH=3D[/text][!]
= [/!][text]tPERMISSIONS=3D770[/text][!]

###  Incoming = [params_string] values  ###

[/!][showif = [url][params_string][/url]^folderPath][text]tFOLDERPATH=3D[folderPath][/te= xt][/showif][!]
[/!][showif = [url][params_string][/url]^folderPerms][text]tPERMISSIONS=3D[folderPerms][= /text][/showif][!]

= ###  Do nothing if required fields are not = passed through  ###

= [/!][hideif [url][tFOLDERPATH][/url]]=3D][!]

= ###  Hideif the folder exists  ###

= [/!][hideif [fileinfo = file=3D[tFOLDERPATH]][exists][/fileinfo]=3DT][!]

### =  Create the folders to the final folder  ###
= [/!][text]varPATH=3D[showif = [url][tFOLDERPATH][/url]~[url]/[/url]]/[/showif][/text][!]
= [/!][listwords = words=3D[url][tFOLDERPATH][/url]&delimiters=3D/][!]
= [/!][hideif [fileinfo = file=3D[varPATH][word]][exists][/fileinfo]=3DT][!]
= [/!][createfolder = path=3D[varPATH][word]][!]
= [/!][text]varFULLPATH=3D[fileinfo = file=3D[varPATH][word]][fullpath][/fileinfo][/text][!]
= [/!][shell]/bin/chmod = [tPERMISSIONS] [varFULLPATH][/shell][!]
= [/!][/hideif][!]
= [/!][text]varPATH=3D[varPATH][word]/[/text][!]
= [/!][/listwords][!]

= [/!][/hideif][!]
= [/!][/hideif][!]

= [/!][return][tReturn][/return][!]
[/!][/function]



On Tue, 12 = Feb 2019 at 16:17, Steve Craig <steve@asylumweb.com> wrote:
Hi

Just a = quick question, what=E2=80=99s the quickest way to look in a folder and = check whether a folder of a particular name exists and if not create = it?

Just need = to get something done really quickly.

Thanks for any help.

Cheers
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Steve Craig - Forest Products (Leisure) Ltd
Tel +44 1330 860505 Mob +44 7778 007607
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Skype: s.craig - iChat: steve.craig
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Standard terms and = conditions available here <= a href=3D"http://forestlogcabins.com/Terms.html" target=3D"_blank" = class=3D"">http://forestlogcabins.com/Terms.html
Any sketches or illustrations supplied are subject to = possible small changes on the final factory plans.






--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55= Bug Reporting: support@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us

= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_02030DCA-8416-44F6-BA27-257586B88920-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Create Folder (Steve Craig 2019)
  2. Re: [WebDNA] Create Folder (Tom Duke 2019)
  3. Re: [WebDNA] Create Folder (Palle Bo Nielsen 2019)
  4. [WebDNA] Create Folder (Steve Craig 2019)
2113 --Apple-Mail=_02030DCA-8416-44F6-BA27-257586B88920 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Thanks very much for your help. Cheers =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Steve Craig - Forest Products (Leisure) Ltd Tel +44 1330 860505 Mob +44 7778 007607 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D http://www.forestlogcabins.com Email: steve@forestlogcabins.com Skype: s.craig - iChat: steve.craig =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Standard terms and conditions available here = http://forestlogcabins.com/Terms.html Any sketches or illustrations supplied are subject to possible small = changes on the final factory plans. > On 12 Feb 2019, at 17:46, Tom Duke wrote: >=20 > Steve, >=20 > Here's a function I use. >=20 > - Tom >=20 >=20 >=20 >=20 >=20 >=20 > [!] >=20 >=20 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ### Create Folder ### > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >=20 > FUNCTION Name: smCreateFolder > ** Description: Create Folder with 770 permissions > ** Input:=20 > folderPath =3D (the url to the folder) - required > folderPerms =3D (folder permissions) - optional, defaults to = 770 > ** usage:=20 > [smCreateFolder folderPath=3D] >=20 > [/!][function name=3DsmCreateFolder][!] > [/!][text]tReturn=3D[/text][!] >=20 > ### Default values ### >=20 > [/!][text]tFOLDERPATH=3D[/text][!] > [/!][text]tPERMISSIONS=3D770[/text][!] >=20 > ### Incoming [params_string] values ### >=20 > [/!][showif = [url][params_string][/url]^folderPath][text]tFOLDERPATH=3D[folderPath][/te= xt][/showif][!] > [/!][showif = [url][params_string][/url]^folderPerms][text]tPERMISSIONS=3D[folderPerms][= /text][/showif][!] >=20 > ### Do nothing if required fields are not passed = through ### >=20 > [/!][hideif [url][tFOLDERPATH][/url]]=3D][!] >=20 > ### Hideif the folder exists ### >=20 > [/!][hideif [fileinfo = file=3D[tFOLDERPATH]][exists][/fileinfo]=3DT][!] >=20 > ### Create the folders to the final = folder ### > [/!][text]varPATH=3D[showif = [url][tFOLDERPATH][/url]~[url]/[/url]]/[/showif][/text][!] > [/!][listwords = words=3D[url][tFOLDERPATH][/url]&delimiters=3D/][!] > [/!][hideif [fileinfo = file=3D[varPATH][word]][exists][/fileinfo]=3DT][!] > [/!][createfolder = path=3D[varPATH][word]][!] > [/!][text]varFULLPATH=3D[fileinfo = file=3D[varPATH][word]][fullpath][/fileinfo][/text][!] > [/!][shell]/bin/chmod = [tPERMISSIONS] [varFULLPATH][/shell][!] > [/!][/hideif][!] > = [/!][text]varPATH=3D[varPATH][word]/[/text][!] > [/!][/listwords][!] >=20 > [/!][/hideif][!] > [/!][/hideif][!] >=20 > [/!][return][tReturn][/return][!] > [/!][/function] >=20 >=20 >=20 > On Tue, 12 Feb 2019 at 16:17, Steve Craig > wrote: > Hi >=20 > Just a quick question, what=E2=80=99s the quickest way to look in a = folder and check whether a folder of a particular name exists and if not = create it? >=20 > Just need to get something done really quickly. >=20 > Thanks for any help. >=20 > Cheers > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Steve Craig - Forest Products (Leisure) Ltd > Tel +44 1330 860505 Mob +44 7778 007607 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > http://www.forestlogcabins.com > Email: steve@forestlogcabins.com > Skype: s.craig - iChat: steve.craig > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Standard terms and conditions available here = http://forestlogcabins.com/Terms.html = > Any sketches or illustrations supplied are subject to possible small = changes on the final factory plans. >=20 >=20 >=20 >=20 >=20 >=20 > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us = ------------------------------------------------= --------- This message is sent to you because you are subscribed to the = mailing list talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: support@webdna.us --Apple-Mail=_02030DCA-8416-44F6-BA27-257586B88920 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Thanks very much for your help.

Cheers
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Steve Craig - Forest Products (Leisure) Ltd
Tel +44 1330 860505 Mob +44 7778 007607
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
http://www.forestlogcabins.com
Email: = steve@forestlogcabins.com
Skype: s.craig - iChat: = steve.craig
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Standard terms and conditions = available here http://forestlogcabins.com/Terms.html
Any sketches or illustrations supplied are subject to = possible small changes on the final factory plans.






On 12 Feb 2019, at 17:46, Tom Duke <tom@revolutionaries.ie> wrote:

Steve,

Here's a function I use.

- Tom








+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
###  Create Folder =  ###
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

FUNCTION Name: = smCreateFolder
  ** Description: Create Folder = with 770 permissions
  ** = Input: 
        folderPath = =3D (the url to the folder) - required
  =       folderPerms =3D (folder permissions) - optional, = defaults to 770
  ** usage: 
        [smCreateFolder = folderPath=3D<path to the folder>]

[/!][function = name=3DsmCreateFolder][!]
= [/!][text]tReturn=3D[/text][!]

###  Default values =  ###

= [/!][text]tFOLDERPATH=3D[/text][!]
= [/!][text]tPERMISSIONS=3D770[/text][!]

###  Incoming = [params_string] values  ###

[/!][showif = [url][params_string][/url]^folderPath][text]tFOLDERPATH=3D[folderPath][/te= xt][/showif][!]
[/!][showif = [url][params_string][/url]^folderPerms][text]tPERMISSIONS=3D[folderPerms][= /text][/showif][!]

= ###  Do nothing if required fields are not = passed through  ###

= [/!][hideif [url][tFOLDERPATH][/url]]=3D][!]

= ###  Hideif the folder exists  ###

= [/!][hideif [fileinfo = file=3D[tFOLDERPATH]][exists][/fileinfo]=3DT][!]

### =  Create the folders to the final folder  ###
= [/!][text]varPATH=3D[showif = [url][tFOLDERPATH][/url]~[url]/[/url]]/[/showif][/text][!]
= [/!][listwords = words=3D[url][tFOLDERPATH][/url]&delimiters=3D/][!]
= [/!][hideif [fileinfo = file=3D[varPATH][word]][exists][/fileinfo]=3DT][!]
= [/!][createfolder = path=3D[varPATH][word]][!]
= [/!][text]varFULLPATH=3D[fileinfo = file=3D[varPATH][word]][fullpath][/fileinfo][/text][!]
= [/!][shell]/bin/chmod = [tPERMISSIONS] [varFULLPATH][/shell][!]
= [/!][/hideif][!]
= [/!][text]varPATH=3D[varPATH][word]/[/text][!]
= [/!][/listwords][!]

= [/!][/hideif][!]
= [/!][/hideif][!]

= [/!][return][tReturn][/return][!]
[/!][/function]



On Tue, 12 = Feb 2019 at 16:17, Steve Craig <steve@asylumweb.com> wrote:
Hi

Just a = quick question, what=E2=80=99s the quickest way to look in a folder and = check whether a folder of a particular name exists and if not create = it?

Just need = to get something done really quickly.

Thanks for any help.

Cheers
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Steve Craig - Forest Products (Leisure) Ltd
Tel +44 1330 860505 Mob +44 7778 007607
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Skype: s.craig - iChat: steve.craig
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Standard terms and = conditions available here <= a href=3D"http://forestlogcabins.com/Terms.html" target=3D"_blank" = class=3D"">http://forestlogcabins.com/Terms.html
Any sketches or illustrations supplied are subject to = possible small changes on the final factory plans.






--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55= Bug Reporting: support@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us

= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_02030DCA-8416-44F6-BA27-257586B88920-- . Steve Craig

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Error Messages Returned to User (1997) Problems with [Search] param - Mac Plugin b15 (1997) [addlineitems] (1997) [BULK] [WebDNA] PayPal Integration (2017) How To get Some Help (2003) change the number format (1997) emailer (1997) DNS Lookup (2000) sorting [listwords] feature request (2000) WebCommerce: Folder organization ? (1997) WebCatalog for guestbook ? (1997) shipping calculations, lookup command (1997) Custom WebCat Prefs ... (1997) [WebDNA] WebDNA 6.1 Info (2008) Out of the woodwork (2007) disappearing SKU (etc.) fields (1998) A little syntax help (1997) relogin same user? (1998) Security Hole - NetCloak Update (1998) Document Contains No Data! (1997)