CSharp___DllImport.Phone.IO.Directory.OpenDirectory C# (CSharp) Method

OpenDirectory() public static method

public static OpenDirectory ( string fullFolderName ) : Directory
fullFolderName string
return Directory
                public static Directory OpenDirectory(string fullFolderName)
                {
                    return new Directory(fullFolderName);
                }