public override string ToString(){ string specialCharacters = "~!@#$%^&*<()+=`',.?>/\\\""; string[] stringAfterRemovingSpecialCharacters= displayText.Split(specialCharacters .ToCharArray()); return string.Concat(stringAfterRemovingSpecialCharacters...
File/Folder is being used by another process Error?
Hi Friends..Resolved Error - File/Folder is being used by another process As i discussed in my current project i made a self explorer.exe so i accessed all the folders,files .i am doing same behaviour as lioke window explorer.exe. But I was facing a error This file/folder is being used by another process and all that and i face all these errors when...