![]()  | 
CSplitpath:new
The new method creates an instance of the CSplitpath class. Note that the object can also be created using new_splitpath.
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 = CSplitpath:new()  | 
 
  | 
| 
 
  | 
|
| 
 S = CSplitpath:new( 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.  | 
CSplitpath class, delete, Split, Merge, new_splitpath
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.