![]()  | 
new_splitpath
The new_splitpath function is a non-class version of the CSplitpath:new method which creates and returns a new CSplitpath object..
Note: This method's name uses all lower case to present it as the analog of the C++ new operator. Generally, the names of class methods begin with an uppercase letter but new and delete are different.
| 
 S = new_splitpath()  | 
 
  | 
| 
 
  | 
|
| 
 S = new_splitpath( sString )  | 
|
| 
 
  | 
|
| 
 
 
  | 
| 
 | 
 -- create a new CSplitpath for the string sPath  | 
| 
 | 
 -- other uses of the class go here, between new and delete.  | 
| 
 | 
 -- deletes the object and its associated memory.  | 
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.