What I want to do is delete a file that is off the windows directory. I know how to delete a file and how to getwindowsdirectory, but how do I combine the two ??
SAy the file is c:\windows\temp\test.tmp
How do I add two strings together or write a line that assigns both strings.
deletefile(LPwindir, "\\temp\\test.tmp"
is there a way of writting it this way ? I would prefer two strings that way the code is more reusable.
thanks for any tips or source code.
SAy the file is c:\windows\temp\test.tmp
How do I add two strings together or write a line that assigns both strings.
deletefile(LPwindir, "\\temp\\test.tmp"
is there a way of writting it this way ? I would prefer two strings that way the code is more reusable.
thanks for any tips or source code.