X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fwindows%2Fshell32%2Fshell32.factor;h=1dbd9254638596071f6b0339df8292e4e4522d89;hp=25b1ecca8aa08084cc5a1846faf709d1c7d5f559;hb=946bbd15977b8d99975f908a4e28e5538eff8452;hpb=0b5cb42d95c69d66e2400d5da1ccb5e1e5ced75c diff --git a/basis/windows/shell32/shell32.factor b/basis/windows/shell32/shell32.factor index 25b1ecca8a..1dbd925463 100644 --- a/basis/windows/shell32/shell32.factor +++ b/basis/windows/shell32/shell32.factor @@ -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 ;