Opened 7 years ago

Last modified 7 years ago

#3576 closed Feature Request

_PathSplit — at Version 4

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.

Change History (4)

comment:1 follow-up: Changed 7 years ago by 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

comment:2 in reply to: ↑ 1 Changed 7 years ago by Loran A. Rendel <loran@…>

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 Changed 7 years ago by Loran A. Rendel <loran@…>

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

comment:4 Changed 7 years ago by BrewManNH

  • Description modified (diff)
  • Summary changed from _PathMake to _PathSplit
Note: See TracTickets for help on using tickets.