M
mezzanine1974
I have a problem with FileCopy function.
I need to copy several PDF files from original folder into another
folder and change the name of files.
I expect following -statement1- to copy"102 SPI.pdf" file from its
original location ("\\mer_rus_1\tenderdata$\REQUESTS\AON 34\04.02.08\)
into (\\mer_rus_1\Everybody\_INVOICE_\DATA_INVOICE\Aon) folder as
"Aon__SiteNo: 102__(1809).pdf"
When i execute, i can see only that file "Aon__SiteNo", insted of
"Aon__SiteNo: 102__(1809).pdf". It means anything because there is no
PDF extension.
//statement1-
FileCopy "\\mer_rus_1\tenderdata$\REQUESTS\AON 34\04.02.08\102
SPI.pdf", "\\mer_rus_1\Everybody\_INVOICE_\DATA_INVOICE\Aon
\Aon__SiteNo: 102__(1809).pdf"
Do you have any idea please?
I need to copy several PDF files from original folder into another
folder and change the name of files.
I expect following -statement1- to copy"102 SPI.pdf" file from its
original location ("\\mer_rus_1\tenderdata$\REQUESTS\AON 34\04.02.08\)
into (\\mer_rus_1\Everybody\_INVOICE_\DATA_INVOICE\Aon) folder as
"Aon__SiteNo: 102__(1809).pdf"
When i execute, i can see only that file "Aon__SiteNo", insted of
"Aon__SiteNo: 102__(1809).pdf". It means anything because there is no
PDF extension.
//statement1-
FileCopy "\\mer_rus_1\tenderdata$\REQUESTS\AON 34\04.02.08\102
SPI.pdf", "\\mer_rus_1\Everybody\_INVOICE_\DATA_INVOICE\Aon
\Aon__SiteNo: 102__(1809).pdf"
Do you have any idea please?