]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/shell32/shell32.factor
vscode: Prefer code-insiders version if installed.
[factor.git] / basis / windows / shell32 / shell32.factor
index 25b1ecca8aa08084cc5a1846faf709d1c7d5f559..1dbd9254638596071f6b0339df8292e4e4522d89 100644 (file)
@@ -156,6 +156,12 @@ INSTANCE: +win32-nt-executable+ windows-executable   ! pe
 : application-data ( -- str )
     CSIDL_APPDATA shell32-directory ;
 
+: local-application-data ( -- str )
+    CSIDL_LOCAL_APPDATA shell32-directory ;
+
+: common-application-data ( -- str )
+    CSIDL_COMMON_APPDATA shell32-directory ;
+
 : windows-directory ( -- str )
     CSIDL_WINDOWS shell32-directory ;