hi everybody,
iam using the following code for open the file.
sfil = d:\abc.txt
nSourceFile = FreeFile
Open sfil For Input As #nSourceFile
now i want 2 change the extension of the opened file to .bak. ie the original file wants 2 rename.
can any one help me regarding this isssue
regards
vivek
iam using the following code for open the file.
sfil = d:\abc.txt
nSourceFile = FreeFile
Open sfil For Input As #nSourceFile
now i want 2 change the extension of the opened file to .bak. ie the original file wants 2 rename.
can any one help me regarding this isssue
regards
vivek
Comment