0
votes
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 ...
