Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f3edea5b
Commit
f3edea5b
authored
Dec 31, 2002
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the name (path) specified in the parameter list
parent
b96152c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/lib/libposixpath.tex
Doc/lib/libposixpath.tex
+4
-4
No files found.
Doc/lib/libposixpath.tex
View file @
f3edea5b
...
...
@@ -66,7 +66,7 @@ unchanged.
\end{funcdesc}
\begin{funcdesc}
{
getatime
}{
path
}
Return the time of last access of
\var
{
filename
}
. The return
Return the time of last access of
\var
{
path
}
. The return
value is a number giving the number of seconds since the epoch (see the
\refmodule
{
time
}
module). Raise
\exception
{
os.error
}
if the file does
not exist or is inaccessible.
...
...
@@ -75,7 +75,7 @@ not exist or is inaccessible.
\end{funcdesc}
\begin{funcdesc}
{
getmtime
}{
path
}
Return the time of last modification of
\var
{
filename
}
. The return
Return the time of last modification of
\var
{
path
}
. The return
value is a number giving the number of seconds since the epoch (see the
\refmodule
{
time
}
module). Raise
\exception
{
os.error
}
if the file does
not exist or is inaccessible.
...
...
@@ -84,7 +84,7 @@ not exist or is inaccessible.
\end{funcdesc}
\begin{funcdesc}
{
getctime
}{
path
}
Return the time of creation of
\var
{
filename
}
. The return
Return the time of creation of
\var
{
path
}
. The return
value is a number giving the number of seconds since the epoch (see the
\refmodule
{
time
}
module). Raise
\exception
{
os.error
}
if the file does
not exist or is inaccessible.
...
...
@@ -92,7 +92,7 @@ not exist or is inaccessible.
\end{funcdesc}
\begin{funcdesc}
{
getsize
}{
path
}
Return the size, in bytes, of
\var
{
filename
}
. Raise
Return the size, in bytes, of
\var
{
path
}
. Raise
\exception
{
os.error
}
if the file does not exist or is inaccessible.
\versionadded
{
1.5.2
}
\end{funcdesc}
...
...
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