HOME

HOME

Returns the user home folder.

Example 1: Get user home folder

print home()        ' output i.e: C:\Users\j7m

Example 2: Change working directory to home directory

h = home()
chdir(h)
print cwd