Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f5101ee5
Kaydet (Commit)
f5101ee5
authored
Agu 31, 1995
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Constants useful when using macfs module
üst
13dc4f71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
MACFS.py
Mac/Lib/MACFS.py
+30
-0
No files found.
Mac/Lib/MACFS.py
0 → 100644
Dosyayı görüntüle @
f5101ee5
# MACFS.py - Constants used by macfs routines
# Derived from Finder.h and Folders.h
# Flags in FInfo.Flags field:
kIsOnDesk
=
0x1
kColor
=
0xE
kIsShared
=
0x40
kHasBeenInited
=
0x100
kHasCustomIcon
=
0x400
kIsStationery
=
0x800
kIsStationary
=
0x800
kNameLocked
=
0x1000
kHasBundle
=
0x2000
kIsInvisible
=
0x4000
kIsAlias
=
0x8000
# Constants for FindFolder
kOnSystemDisk
=
0x8000
kSystemFolderType
=
'macs'
# the system folder
kDesktopFolderType
=
'desk'
# the desktop folder; objects in this folder show on the desk top.
kTrashFolderType
=
'trsh'
# the trash folder; objects in this folder show up in the trash
kWhereToEmptyTrashFolderType
=
'empt'
# the "empty trash" folder; Finder starts empty from here down
kPrintMonitorDocsFolderType
=
'prnt'
# Print Monitor documents
kStartupFolderType
=
'strt'
# Finder objects (applications, documents, DAs, aliases, to...) to open at startup go here
kAppleMenuFolderType
=
'amnu'
# Finder objects to put into the Apple menu go here
kControlPanelFolderType
=
'ctrl'
# Control Panels go here (may contain INITs)
kExtensionFolderType
=
'extn'
# Finder extensions go here
kFontsFolderType
=
'font'
# Fonts go here
kPreferencesFolderType
=
'pref'
# preferences for applications go here
kTemporaryFolderType
=
'temp'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment