* Ever heard of the term anal retentive? Look it up!

zircon
lbsa71 2007-03-21 20:24:31 +00:00
parent 09c11b640d
commit 7c25436a70
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ namespace OpenSim.GridInterfaces.Local
//should request Asset from storage manager
//but for now read from file
string dataPath = Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "assets"); //+ 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;