18.188.108.54 |    

Navigation

Google Advertisement

Diese Funktion ermittelt den Verzeichnisname eines definierten Pfades.

dirname
  1. def dirname( file ):
  2.     """dirname --- Get the directory name of a defined file path.
  3.  
  4.     (string) string dirname( (string) file )"""
  5.     from os import path
  6.     return path.abspath(path.dirname(file))
Parsed in 0.002 seconds at 83.02 KB/s

Search
 
Full text search by name and content of a snippet.

User online
There are 7 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)