scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
833 stars 95 forks source link

[Feature Request] Command to list only file name without path or file type #435

Open ChibiChoko opened 7 years ago

ChibiChoko commented 7 years ago

So the most commonly used command is %l %r, but the %r part lists the entire filepath as well as the extension, so the result is something like this example.

"C:\programfiles\steam\steam.exe" "C:\programfiles\steam\steamapps\common\mabinogi\mabinogi.exe"

Whereas in this feature request, can we have a different command option such as for this example, %n so the result looks like

"c:\programfiles\steam\steam.exe" "mabinogi" Leaving off both the path and the extension, only the name.