with reference your article
Delete code is working fine on my local server. When I uploaded this file on the online web server it is showing me an error that
Compiler Error Message: CS0117: 'File' does not contain a definition for 'Delete'
how to get solution plz
Hi smile,
Make sure you have inherited System.IO namespace.
Or it might be ambiguous. So use the namespace before File class.
System.IO.File.Delete(filePath)
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.