Changes between Initial Version and Version 4 of Ticket #3576


Ignore:
Timestamp:
12/21/17 20:39:04 (6 years ago)
Author:
BrewManNH
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3576

    • Property Summary changed from _PathMake to _PathSplit
  • Ticket #3576 – Description

    initial v4  
    1 Function _PathMake now returns an array with parameters, but also requires to fill all byref args: $sDir, $sFileName, $sExtension.
     1Function _PathSplit now returns an array with parameters, but also requires to fill all byref args: $sDir, $sFileName, $sExtension.
    22
    33If I need only the filename or need output array only I also must use dummy byref arguments.