Changes between Initial Version and Version 4 of Ticket #3576
- Timestamp:
- 12/21/17 20:39:04 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3576
- Property Summary changed from _PathMake to _PathSplit
-
Ticket #3576 – Description
initial v4 1 Function _Path Makenow returns an array with parameters, but also requires to fill all byref args: $sDir, $sFileName, $sExtension.1 Function _PathSplit now returns an array with parameters, but also requires to fill all byref args: $sDir, $sFileName, $sExtension. 2 2 3 3 If I need only the filename or need output array only I also must use dummy byref arguments.