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
d37f75b8
Kaydet (Commit)
d37f75b8
authored
Agu 06, 2002
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added a note about the inability to specify a pathname to a non-existing
file in unix-Python.
üst
4104b50b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
libmacfs.tex
Doc/mac/libmacfs.tex
+7
-1
No files found.
Doc/mac/libmacfs.tex
Dosyayı görüntüle @
d37f75b8
...
...
@@ -17,7 +17,13 @@ Whenever a function or method expects a \var{file} argument, this
argument can be one of three things:
\
(1) a full or partial Macintosh
pathname, (2) an
\pytype
{
FSSpec
}
object or (3) a 3-tuple
\code
{
(
\var
{
wdRefNum
}
,
\var
{
parID
}
,
\var
{
name
}
)
}
as described in
\citetitle
{
Inside Macintosh:
\
Files
}
. A description of aliases and the
\citetitle
{
Inside Macintosh:
\
Files
}
. An
\pytype
{
FSSpec
}
can point to
a non-existing file, as long as the folder containing the file exists.
Under MacPython the same is true for a pathname, but not under unix-Pyton
because of the way pathnames and FSRefs works. See Apple's documentation
for details.
A description of aliases and the
Standard File package can also be found there.
\note
{
A module,
\refmodule
{
macfsn
}
, is auto-imported to replace
...
...
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