Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2009
    Posts
    8

    "Adding" variable

    Hi

    I would like to do following:

    LocalPfad = "";
    LocalPfad = Shell.GetFolder(SHF_APPLICATIONDATA_LOCAL) & "FileMaker\\Extensions";
    Folder.Create(LocalPfad)

    Of course this does not work. Can somebody tell which operator I have to use to add the second part "Filemaker..." to the GetFolder path?

    Thanks-

    Patrick

  2. #2
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    You'll use ".." -- don't forget to add initial back slashes as well.


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

  3. #3
    Join Date
    Jun 2009
    Posts
    8

    Smile

    Thanks for the help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts