Modify

#2371 closed Bug (Fixed)

_PathSplit with relative Paths

Reported by: anonymous Owned by: guinness
Milestone: 3.3.9.14 Component: Standard UDFs
Version: Other Severity: None
Keywords: Cc:

Description

I believe this started in 3.3.9.8, but it is present in 3.3.9.13.

$theme_ini = "f drive\test.ini"
dim $drive, $dir, $filename, $ext
$path = _PathSplit($theme_ini, $drive, $dir, $filename, $ext)
msgbox(0, "", $drive & @CRLF & $dir & @CRLF & $filename & @CRLF & $ext)

The $dir variable will be have its value set to "f drivef", when it should be "f drive".

Absolute paths work fine. This worked up to 3.3.9.7 for sure.

Attachments (0)

Change History (4)

comment:1 by anonymous, on Jul 29, 2013 at 11:07:45 PM

Note: the returned array contains the correct data.

comment:2 by TicketCleanup, on Jul 30, 2013 at 12:00:02 AM

Version: Other

Automatic ticket cleanup.

comment:3 by guinness, on Jul 31, 2013 at 6:22:02 AM

Milestone: 3.3.9.14
Owner: set to guinness
Resolution: Fixed
Status: newclosed

Fixed by revision [8265] in version: 3.3.9.14

comment:4 by J-Paul Mesnage, on Aug 6, 2013 at 9:33:16 AM

Component: AutoItStandard UDFs

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.