date added to filename before saving
date added to filename before saving
(OP)
i'm trying to make a program that makes a backupcopy of a file. and i would like to use api to add date to the filename before saving. I haven't still foud a suitable api function to use. Which function to use and what are the parameters i have to use???
Pontus
Pontus
RE: date added to filename before saving
FUNCTION boolean CopyFileA(ref string s_from,ref string s_to,boolean b_flag) LIBRARY "Kernel32.dll"
and just concantanate the datetime stamp to the file name in code... an idea anyways.