Well, I have two arrays:
1st
string[] pastasSistema = new string[]
{
"Content",
"DataRv",
"My Skype Received Files",
"RootTools",
"shared_dynco",
"shared_httpfe"
};
2nd
string[] diretorios= new string[]
{
"Content",
"DataRv",
"My Skype Received Files",
"Diferente",
"RootTools",
"shared_dynco",
"shared_httpfe"
};
Where I have the Diferente
folder. What I want to do is compare these two arrays, and get the content that is different. In case I want to have the DIFFERENT value from within Array diretorios