MantisBT - DriverPacks BASE
View Issue Details
0000277DriverPacks BASEDPs Finisherpublic2006-11-11 07:132006-11-24 15:54
ruudboek 
ruudboek 
normalmajoralways
resolvedfixed 
6.10 
6.12 
not applicable
not applicable
all
not applicable
not applicable
0000277: Could not delete the temporary working directory, "C:\tmp".
The finisher is unable to cleanup de DPSTMP folder (typically c:\tmp) which results in an "Could not delete the temporary working directory, "C:\tmp"." error.

The reason for this is that the command dirRemove is missing the parameter: ", 1" which enables dirRemove to not just delete the DPSTMP folder, but also everything inside it. Without this parameter dirRemove will not be able to delete the DPSTMP folder at all.
Therefore i suggest to change line 64 in DPsFnshr_funcs.au3 from this:

    if dirRemove($_DPSTMP) then

to this:


    if dirRemove($_DPSTMP, 1) then
No tags attached.
Issue History
2006-11-11 07:13ruudboekNew Issue
2006-11-11 07:13ruudboekStatusnew => assigned
2006-11-11 07:13ruudboekAssigned To => BashratTheSneaky
2006-11-11 07:13ruudboekDestination OS Platform => not applicable
2006-11-11 07:13ruudboekInstallation Platform => not applicable
2006-11-11 07:13ruudboekDriverPacks => all
2006-11-11 07:13ruudboekDriverPacks Method => not applicable
2006-11-11 07:13ruudboekDriverPacks Finisher Method => not applicable
2006-11-24 15:54BashratTheSneakyAssigned ToBashratTheSneaky => ruudboek
2006-11-24 15:54BashratTheSneakyStatusassigned => resolved
2006-11-24 15:54BashratTheSneakyFixed in Version => 6.10.1
2006-11-24 15:54BashratTheSneakyResolutionopen => fixed

There are no notes attached to this issue.