Fixed bug

physics-inventorytesting
MW 2007-03-13 17:32:44 +00:00
parent a84b9a318b
commit d1475e8cc3
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ namespace LocalGridServers
//should request Asset from storage manager
//but for now read from file
string dataPath = System.AppDomain.CurrentDomain.BaseDirectory ; //+ folder;
string dataPath = Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory ,"assets"); //+ folder;
string fileName = Path.Combine(dataPath, filename);
FileInfo fInfo = new FileInfo(fileName);
long numBytes = fInfo.Length;