TechSupp Posted August 26, 2010 Posted August 26, 2010 (edited) Got a folder in a pupil area that I want to remove but it just tells me that it cannot read from the source file or disk! It has a space at the end of the folder name (its a sub folder of the childs name). Tried renaming it but no joy and can't delete it. Any Suggestions? I can remane the childs folder just not the specific sub folder. Just managed to move the whole folder structure to another folder out of the way by dragging it but still can't delete it, so now not an urgent problem but would like to solve it. Edited August 26, 2010 by TechSupp
gizmo2005 Posted August 26, 2010 Posted August 26, 2010 (edited) The Delete permission allows or denies the user from deleting the file or folder. If you do not have a Delete permission on a file or folder, you can delete the file or folder if you are granted Delete Subfolders and Files permissions on the parent folder. http://ss64.com/nt/del.html not know if this is any help!!!! Edited August 26, 2010 by gizmo2005
TechSupp Posted August 26, 2010 Author Posted August 26, 2010 I'm administrator and I have already deleted some files from the subfolder but the folder just won't go. It does not say I do not have permission to delete, just that the file or folder does not exist!
jcs808 Posted August 26, 2010 Posted August 26, 2010 Have you tried deleting it from the command prompt. RMDIR /? will give you help with the command 1
speckytecky Posted August 26, 2010 Posted August 26, 2010 Have you tried deleting it after taking ownership? I have had that with some student folders - specifically the pictures sub folder.
sparkeh Posted August 26, 2010 Posted August 26, 2010 MS recommend you try something like del "\\?\c:\path_to_file_that contains a trailing space.txt " : clicky - look at cause 6 Or how about using the commandline to operate on the shortname? eg: dir /x Find the shortname of the file eg file~1 ren file~1 short del short 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now