1
Well, I got two arrays:
first
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 briefcase Diferente
. What I want to do is compare these two arrays, and get the content that is different. In case I want to have the value DIFFERENT from within the Array diretorios