Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 228 Bytes

Utilities.md

File metadata and controls

17 lines (12 loc) · 228 Bytes

Utilities

FileSystem

parent := GetParentDirectoryName()
path := PathReplacements("<A_WINDIR>\system32\mstsc.exe")

Clipboard

clipVal := CopyAndSaveClip()
RestoreClip()