blah blah blah is here! blah blah » Close

0
votes
1 answers

The Path Is Not of A Legal Form

This time it's a serious question. I have, in a class called "CurrentProject", this member: public bool LoadData(String filename) { FileInfo gameSGM = new FileInfo(filename); if (!gameSGM.Exists) return false; Me ...

Feedback