|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| filename.getShortPath(Filename) |
Parameters
| STRING | Filename | Path or Filename. |
Return value
| Short version of the filename for display purpose. |
Description
Returns a short version of the filename for display purpose.
The middle part of the filename is replaced by ellipsis (...)
For the example below, the result is c:\...\myFile.txt
c:\folder_A\folder_B\myFile.txt
Note: This function is defined in the library klib.k and is linked automatically. |
|
|
|