PathLib: Revision history

From NSIS Wiki
Jump to navigationJump to search

Legend: (cur) = difference with current version, (last) = difference with preceding version, m = minor edit

2 March 2026

  • curprev 20:0720:07, 2 March 2026Jan talk contribs 2,695 bytes 0 No edit summary
  • curprev 17:5217:52, 2 March 2026Jan talk contribs 2,695 bytes −2 No edit summary
  • curprev 17:4817:48, 2 March 2026Jan talk contribs 2,697 bytes +55 No edit summary
  • curprev 17:4817:48, 2 March 2026Jan talk contribs 2,642 bytes +2,642 Created page with "== Description == A path library for providing LogicLib operators and transformation macros. == Minimum Requirements == * NSIS 3.0 (Unicode) == Logical Operators == LogicLib operators for use with `${If}`, `${IfNot}`, `${ElseIf}`, `${AndIf}`, `${OrIf}`, etc. ${If} ${Path.IsAbsolute} "C:\Windows\System32" DetailPrint '"C:\Windows\System32" is an absolute path' ${EndIf} ${If} ${Path.IsRelative} "docs\readme.txt" DetailPrint '"docs\readme.t..."