Using wp-config to Customize WordPress

As the wp-admin folder is hard coded, I don’t think the wp-config file will be sufficient to do what you want. Maybe you can play with the .htaccess file to redirect the paths (if it is possible). Otherwise, I see another simple solution: a symbolic link named wp-admin pointing to your own administration folder.

I’m curious: why moving the wp-admin folder?