| This property specifies the local file system folder that is the
            destination location for the AgilePart's action (for example, upload or
            download a file).
           The value of this property should be a relative path that
            specifies the location of the folder relative to the AgilePoint Server
            application's root directory.
           E.g. If AgilePoint Server is installed at:
           c:\\Inetpub\\wwwroot\\AgilePointServer\\
           and the file (once downloaded) should be located at:
           c:\\Inetpub\\wwwroot\\AgilePointServer\\files\\MyFile.txt
           then this property should be set to the following value: files
           E.g. If AgilePoint Server is installed at:
            c:\\Inetpub\\wwwroot\\AgilePointServer\\
           and the file (once downloaded) should be located at:
            c:\\Inetpub\\wwwroot\\AgilePointServer\\files\\temp\\MyFile.txt
           then this property should be set to the following value:
            /files/temp/
           |