Can you take a look at this for me?
I've created a class called 'folder', but I've created an array for files.. I can't get the array to pass in as a function paramter. I've tried the following below but i get the red squiggly line.
class Folder
{
string name;
Array[] files;
int accessPermission;
}
public Folder(string folderName, string[] files, int userAccessLevel)
{
}
MOD EDIT: When posting code...USE CODE TAGS!!!
This post has been edited by JackOfAllTrades: 15 March 2011 - 03:47 AM

New Topic/Question
Reply



MultiQuote






|