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
System
If there is insufficient information on this page and you wish learn more about HOME, please send an email to smallbasic@gmail.com. You can help to improve information about HOME by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.