This is issue is resolved in version 3.6.2
When WAFS replicates a roaming profile, a user or administrator might not be able to delete the user's roaming profile directory and/or subdirectories.
Depending on the level of the directory selected for deletion, the user or administrator might receive the message "Error Deleting File or Folder - Cannot remove folder <Folder>: The directory is not empty" or the folder will appear to delete, but then be replicated again from the WAFS Server.
Before you can delete a roaming profile directory and/or subdirectories, you need to remove the "Read-only" attribute on the applicable roaming profile subdirectories under the WAFS Job's ("RoamingProfiles") P directory in the WAFS Server vault ("AD").
To remove the read-only attribute from multiple subdirectories
cd c: cd AD\RoamingProfiles\P\jsmith
attrib -R -S -H * /S /D
You can now delete the directory from any Agent using an administrator account. When deleting WAFS-replicated folders from the Agent machine, you must use SHIFT+DEL.