Searched refs:get_special_folder (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c384 get_special_folder(int n, WCHAR *env) function
453 if (!get_special_folder(type, path)) return Qnil;
465 if (!get_special_folder(CSIDL_LOCAL_APPDATA, path)) {
505 else if (get_special_folder(CSIDL_PROFILE, env)) {
508 else if (get_special_folder(CSIDL_PERSONAL, env)) {

Completed in 193 milliseconds