class
	WEL_DISK_SPACE

General
	cluster: wel
	description: "Object used to retrieve total and free disk space on anylocal hard drive. Remote drive are not yet supported"
	create: default_create

Ancestors
	WEL_DISK_SPACE_CALLBACK*

Queries
	last_free_space: INTEGER_32
	last_free_space_in_bytes: INTEGER_32
	last_free_space_in_string: STRING_8
	last_query_success: BOOLEAN
	last_total_space: INTEGER_32
	last_total_space_in_bytes: INTEGER_32
	last_total_space_in_string: STRING_8

Commands
	query_local_drive (drive_letter: CHARACTER_8)