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
5c82d13e
Kaydet (Commit)
5c82d13e
authored
Mar 15, 2001
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
FindFolder argument is a short, not an unsigned short.
Added kLocalDomain and friends.
üst
6b498de1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
MACFS.py
Mac/Lib/MACFS.py
+9
-1
No files found.
Mac/Lib/MACFS.py
Dosyayı görüntüle @
5c82d13e
...
...
@@ -15,7 +15,15 @@ kIsInvisible = 0x4000
kIsAlias
=
0x8000
# Constants for FindFolder
kOnSystemDisk
=
0x8000
kOnSystemDisk
=
-
32768
# previously was 0x8000 but that is an unsigned value whereas vRefNum is signed
kOnAppropriateDisk
=
-
32767
# Generally, the same as kOnSystemDisk, but it's clearer that this isn't always the 'boot' disk.
# Folder Domains - Carbon only.
kSystemDomain
=
-
32766
# Read-only system hierarchy.
kLocalDomain
=
-
32765
# All users of a single machine have access to these resources.
kNetworkDomain
=
-
32764
# All users configured to use a common network server has access to these resources.
kUserDomain
=
-
32763
# Read/write. Resources that are private to the user.
kClassicDomain
=
-
32762
# Domain referring to the currently configured Classic System Folder
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
...
...
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