Modify

Opened 8 years ago

Closed 8 years ago

#3576 closed Feature Request (Rejected)

_PathSplit

Reported by: Loran A. Rendel <loran@…> Owned by:
Milestone: Component: Standard UDFs
Version: Severity: None
Keywords: Cc:

Description (last modified by BrewManNH)

Function _PathSplit now returns an array with parameters, but also requires to fill all byref args: $sDir, $sFileName, $sExtension.

If I need only the filename or need output array only I also must use dummy byref arguments.

So it will be better if there will be no arguments except input string, and result will be returned as array.

Attachments (0)

Change History (5)

comment:1 by Melba23, 8 years ago

_PathMake returns a string. Are you thinking of _PathSplit?

If so, then this is a duplicate of https://www.autoitscript.com/trac/autoit/ticket/3540

M23

in reply to:  1 comment:2 by Loran A. Rendel <loran@…>, 8 years ago

Replying to Melba23:

_PathMake returns a string. Are you thinking of _PathSplit?

If so, then this is a duplicate of https://www.autoitscript.com/trac/autoit/ticket/3540

M23

Oh, right, I have mistyped the function's name.

comment:3 by Loran A. Rendel <loran@…>, 8 years ago

However, it's not the full duplicate, because my suggestion could be done with no relation to Byref functionality.

comment:4 by BrewManNH, 8 years ago

Description: modified (diff)
Summary: _PathMake_PathSplit

comment:5 by J-Paul Mesnage, 8 years ago

Resolution: Rejected
Status: newclosed

I think the Melba23 is a good remark (byRef optional)as we don't want to do a regression on the functions
Not sure Jon want or can implement it

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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