Changes between Initial Version and Version 1 of Ticket #2046


Ignore:
Timestamp:
11/03/11 17:03:29 (12 years ago)
Author:
Valik
Comment:

Several things wrong with this bug report.

  • Why did you enclose the description in code tags? There was no code posted.
  • Why are you filing bug reports against 3.3.6.1 when we are at beta 3.3.7.20? Did you read the ticket guidelines before posting?
  • The fact that it returns a value should not be surprising. I expected the size of the working directory to be returned. Instead it returns the size of the drive for working directory due to stupid code.

Since this doesn't behave in a sensible fashion I'll just make it error out on an empty path. It should probably return the size of the current working directory, though.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2046 – Description

    initial v1  
    1 {{{
    21DirGetSize Function ( with or without flag ) should returns -1 and sets @error to 1 if the path doesn't exist, but if path is '' it return a size and no error...
    3 }}}