Announcement
Collapse
No announcement yet.
Search Result
Collapse
6 results in 0.0149 seconds.
Keywords
Members
Tags
-
Must the files included in the installation be specified one by one?
Is it possible to specify an entire directory to include in an installation so it pulls in all the files contained therein instead of specifying each and every last file, one by one? I did not see this information in the documentation.
-
Folder does exist in ftp
Hello to everyone,
I am using the ftp plugin to upload some files to my host. The files are uploaded if directories depending of the upload date.
The issue is here: I create this structure to upload the files.
rootpath/year/month/date
When the structure is generated for...
-
Example: Dynamic directory structure in Tree
Here's a quick example of filling a Tree object with a directory-and-file structure, based on Brett's example for AMS7.5 posted rather long ago. I needed this code to make user selections from a directory containing about 22000 files and 7700 sub-directories, with a subdir depth of over 7.
I...Last edited by Iskander; 08-04-2010, 05:03 AM.
-
Createing a shortcut to a folder inside the application install directory
I need to create a shortcut that opens a backup directory inside the application folder. I want the end-user to be able to open the backup directory from the start menu so they can easily grab the backup files and back them up off site, to another HD, or disc.
I have no problem creating...
-
Help moving project directory
Hi...
I am doing a project with Autoplay Media Studio, and i want to move the project folder (the one where everything is placed) to another location without interfering with every script and action that has already been done in the project.
I mean if Autoplay is set to look for certain...
-
file found (hdd-windows path)
hi im doing this action
Code:found = File.Find(Shell.GetFolder(SHF_FONTS), "winlogon.exe", true, false); if (found) then Zip.Add("AutoPlay\\Docs\\backup.zip", found[1], false, "", 9, nil, false);