1 Attachment(s)
Classic VB - Appending digits to a file if the file with the same name alrady exists
Hi All!!
U have seen whenever u try to create a new file at a location where a file with the same name already exists u are prompt to rename your file. but if u dont want to delete the older file or u are creating sequences of a file like "file1", next day "file2" then u probably dont want to delete the older file.
i have created a similar program (but only for a text files but u can use for other files if u know how to read n write that particular type of file).
hope it helps u.
Harsh Gupta