tracker issue : CF-3975890

select a category, or use search below
(searches all categories and all time range)
Title:

Issue deleting file other than jpeg format after read operation

| View in Tracker

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:

Have also experienced this running CF11 update 5 on windows server 2012 / Windows 7 setups
Vote by External U.
7726 | April 24, 2015 09:18:15 AM GMT
Adobe, This is a duplicate of CF-3929327. Thanks!, -Aaron
Comment by External U.
7725 | April 24, 2015 11:14:56 PM GMT