cnodnarb Professional Member


Joined: 11 Sep 2002 Posts: 763 Location: Eastman, GA
|
Posted: Fri May 13, 2011 4:40 am Post subject: File Downloader/Copy Caution |
|
|
If you ever allow other developers to script in file copies or file downloads into your application directory\subfolder be sure to throw away the dots (say you allow custom reg entries, INI files, other config file types etc.)
Code: |
option fieldsep,.
parse "%e;%%dot2",%e
option fieldsep,| |
|
|