Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Nim

Visibility

unlisted

Author

legacy-anonymous

Created

2017-02-10T06:32:22Z

Updated

2017-02-10T06:32:22Z

import os
import strutils

const path = "https://www.autohotkey.com/download/1.1/AutoHotkey_1.1.24.05_setup.exe"
echo(extractFilename(path))
INFO