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
63b4dd33
Kaydet (Commit)
63b4dd33
authored
Ara 12, 2002
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Description of description was really confusing, and added some markup.
üst
e54710bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
dist.tex
Doc/dist/dist.tex
+10
-10
No files found.
Doc/dist/dist.tex
Dosyayı görüntüle @
63b4dd33
...
...
@@ -1376,7 +1376,7 @@ If the folder cannot be retrieved, OSError is raised.
Which folders are available depends on the exact Windows version, and probably
also the configuration. For details refer to Microsoft's documentation of the
SHGetSpecialFolderPath
function.
\code
{
SHGetSpecialFolderPath
}
function.
\begin{verbatim}
create
_
shortcut(target, description, filename[, arguments[,
...
...
@@ -1384,15 +1384,15 @@ create_shortcut(target, description, filename[, arguments[,
\end{verbatim}
This function creates a shortcut.
target
is the path to the program to be started by the shortcut.
description is displayed in a popup window when the
filename
is the title of the shortcut that the user will see.
arguments
specifies the command line arguments, if any.
workdir
is the working directory for the program.
iconpath
is the file containing the icon for the shortcut,
and
iconindex is the iconindex in the file.
Again, for details consult the Microsoft documentation for the IShellLink
interface.
\var
{
target
}
is the path to the program to be started by the shortcut.
\var
{
description
}
is the description of the sortcut.
\var
{
filename
}
is the title of the shortcut that the user will see.
\var
{
arguments
}
specifies the command line arguments, if any.
\var
{
workdir
}
is the working directory for the program.
\var
{
iconpath
}
is the file containing the icon for the shortcut,
and
\var
{
iconindex
}
is the index of the icon in the file
\var
{
iconpath
}
. Again, for details consult the Microsoft
documentation for the
\code
{
IShellLink
}
interface.
\section
{
Examples
}
\label
{
examples
}
...
...
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