Deletes a drive alias.
int
ade_aliasdelete(
char* alias_name);
Returns RTNORM or an error code.
alias_name | The name of the drive alias, which can be up to 31 characters. The name must be unique, contain no spaces, and start with an alphanumeric character. |