- :string
relative
./
get relative path for given path, based on current script's location
Parameters
relative path :string
Returns
Examples
copy; we are in folder: /Users/admin/Desktop print relative "test.txt" ; /Users/admin/Desktop/test.txt
./
relative path :string
copy; we are in folder: /Users/admin/Desktop print relative "test.txt" ; /Users/admin/Desktop/test.txt