how to rename file C:\1.txt to c:\2.txt
i would like the rename to occur after the button is clicked on:
void Crename_fileDlg::OnBnClickedButton1()
{
// TODO: Add your control notification handler code here
}
do i gotta use CFile::Rename somehow? if yes, could someone plz show how
i would like the rename to occur after the button is clicked on:
void Crename_fileDlg::OnBnClickedButton1()
{
// TODO: Add your control notification handler code here
}
do i gotta use CFile::Rename somehow? if yes, could someone plz show how