|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| filename.getLastFolder(Filename) |
Parameters
| STRING | Filename | Path or Filename. |
Return value
| Last folder name in the filename. |
Description
Returns the last folder name in the specified filename.
For the example below, the last folder is folder_B
c:\folder_A\folder_B\myFile.txt
Note: This function is defined in the library klib.k and is linked automatically. |
|
|
|