Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Namespaces | Functions | Variables
ntpath.py File Reference

Namespaces

namespace  ntpath
 

Functions

def ntpath.normcase
 
def ntpath.isabs
 
def ntpath.join
 
def ntpath.splitdrive
 
def ntpath.splitunc
 
def ntpath.split
 
def ntpath.splitext
 
def ntpath.basename
 
def ntpath.dirname
 
def ntpath.islink
 
def ntpath.ismount
 
def ntpath.walk
 
def ntpath.expanduser
 
def ntpath.expandvars
 
def ntpath.normpath
 
def ntpath.abspath
 
def ntpath._abspath_split
 
def ntpath.relpath
 

Variables

list ntpath.__all__
 
string ntpath.curdir = '.'
 
string ntpath.pardir = '..'
 
string ntpath.extsep = '.'
 
string ntpath.sep = '\\'
 
string ntpath.pathsep = ';'
 
string ntpath.altsep = '/'
 
string ntpath.defpath = '.;C:\\bin'
 
string ntpath.devnull = 'nul'
 
 ntpath.lexists = exists
 
 ntpath.realpath = abspath
 
tuple ntpath.supports_unicode_filenames
 

Copyright 2014 Google Inc. All rights reserved.