Jun 05, 2015; 16:43
Marc Pinnell
[L8.6] File_Move logic double check
Just need a double check on my logic if someone would be so kind. Need to move all the files from a folder into a new folder.
Is this the correct format?
file_move(
$serverroot + 'imports/pacclass/*.*',
$serverroot + 'domain/images/class/pac/',
-FileOverwrite
);
Thanks
Marc
Marc Pinnell
1027 Design
PO Box 990872
Redding, CA 96099-0872
530.941.4706
fax: 866.232.5300
www.1027Design.com
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
Jun 06, 2015; 07:46
Jolle Carlestam
Re: [L8.6] File_Move logic double check
Jun 06, 2015; 09:31
Bil Corry
Re: [L8.6] File_Move logic double check