Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 Changed 11 years ago by anonymous

Note: the returned array contains the correct data.

comment:2 Changed 11 years ago by TicketCleanup

  • Version set to Other

Automatic ticket cleanup.

comment:3 Changed 11 years ago by guinness

  • Milestone set to 3.3.9.14
  • Owner set to guinness
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [8265] in version: 3.3.9.14

comment:4 Changed 11 years ago by Jpm

  • Component changed from AutoIt to Standard UDFs

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain guinness.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.