Function getabsolutepath()

← Back to Module fileio



Module fileio → getabsolutepath()

Description

Get absolute path

getabsolutepath(path)


Parameters


Return Value


Usage Example

import fileio
 
getabsolutepath("file.txt")   ' Returns "/path/to/file.txt"