General KERNEL Documentation     End User KERNEL Services  


virtual_salome Namespace Reference


Functions

def mkdir
def symlink
def rmtree
def main

Variables

string py_version = 'python%s.%s'


Function Documentation

def virtual_salome::mkdir   path  ) 
 

Create a directory and all the intermediate directories if path does not exist

def virtual_salome::symlink   src,
  dest
 

Create a link if it does not exist

def virtual_salome::rmtree   dir  ) 
 

Remove (recursive) a directory if it exists

def virtual_salome::main  ) 
 


Variable Documentation

string virtual_salome::py_version = 'python%s.%s' [static]