Hi Nick,
Using the FileSystemObject object to delete a folder will delete the profile directory, but it won't delete its associated registry path:
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\
user's SID There are also two other complications: 1. you can't delete a profile for a user that's logged on; and 2. the user might have logged off, but the profile might not be completely unloaded (see
http://support.microsoft.com/kb/837115 ).
In the meantime, I recommend 'uphclean' and the 'delprof.exe' found in the Resource Kit utilities.
HTH,
Bill