Assigns a new drive and path to a drive alias.
int
ade_aliasupdate(
char* alias_name,
char* path_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. |
path_name | The new drive and path for the specified drive alias. |