16.01.2014 Views

Cuarto día (PDF, 900 KB)

Cuarto día (PDF, 900 KB)

Cuarto día (PDF, 900 KB)

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Rutas: Ruta absoluta<br />

• os.path.abspath (path)<br />

Esta función obtiene la ruta absoluta ‘path’. Es equivalente<br />

concatenar la ruta absoluta del directorio actual con ‘path’.<br />

Ejemplo:<br />

>>> import os.path<br />

>>> os.path.abspath ('herencia.py')<br />

'C:\\Python27\\herencia.py'<br />

>>> import os<br />

>>> os.getcwd ()<br />

'C:\\Python27'<br />

10/04/2013<br />

César Husillos Rodríguez<br />

Víctor Terrón Salas<br />

45

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!