Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): / ext-user (Dattanand M Bhat)
Created: 04/24/2015
Components: CFIMAGE
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 293506 /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win All
Vote Count: 1
Duplicate ID: CF-3929327
Problem: After read of png file if we try to delete that file we get "ColdFusion could not delete the file C:/Users/dabhat/Desktop/someImage.png for an unknown reason." error message.
Method:
Execute the below mention code
<cfset f = "C:\Users\dabhat\Desktop\someImage.png">
<cfset img=imageNew(f)>
<cffile action="delete" file="#f#">
Result:
"ColdFusion could not delete the file C:/Users/dabhat/Desktop/someImage.png for an unknown reason." Error Message will be displayed.
Expected:
someImage.png file should get deleted.
Workaround:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3975890
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: