Is it possible to automate file and folder/directory manipulation from a Servoy method similar to the way one can use the Troi File Plug-in in Filemaker scripts? I am particularly interested in:
Getting a List of Files in a Directory
Copying files
Deleting files
Renaming files
A file plugin is on our planning, expect it to be ready in about 2 months.
After working with Servoy for a few months and realizing that my JPG and PDF files can be stored in the database, I have decided that the 3 most important functions I need in a file manipulation plug-in are:
- Ability to obtain a series of file names from a specified directory
- Ability to delete files when the path is specified
- Ability to launch a PDF file (stored in the database) for the purpose of display and or printing. Ideally I would like it to open in Acrobat Reader.
With these functions and those already available in Servoy one could get the files from a specified directory, write them to the backend database, retrieve them, for print or display.
Will these 3 functions be built into a file manipulation plug-in? PDF plug-in?
John McCann
here is some more info what already is possible:
http://forum.servoy.com/viewtopic.php?t … xecute+pdf