-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
$shortfn identifier - mIRC
< mirc | identifiers
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
$shortfn(path) returns short version of a long filename.
Synopsis[edit]
$shortfn(path)
Parameters[edit]
Path = The direction/path that you want to check for.
Properties[edit]
None
Examples[edit]
//echo -a $shortfn($longfn($mircdir))
It will return for example the "C:\Users\westor\DOCUME~1\mIRC\" short path version of the specified direction.
//echo -a $shortfn(C:\Users\westor\Documents\mIRC\)
It will return "C:\Users\westor\DOCUME~1\mIRC\" short path version of the long version one that you have specified.
Note: In order to return the short version of the path, the path MUST exist.
Compatibility[edit]
Added: mIRC v5.7
Added on: 02 Feb 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also[edit]
[Expand]