개정판 c8dbb866
Change WBlock Path
Change-Id: I17fa43530689fac652bdff9174ae2e07986cd563
DTI_PID/OdReadExMgd/OdReadExMgd.cs | ||
---|---|---|
3565 | 3565 |
|
3566 | 3566 |
string filePath = string.Format("{0}.dwg", blockRef.Name); |
3567 | 3567 |
string directory = Path.GetDirectoryName(savePath); |
3568 |
directory = directory.ToLower().Replace("drawings", "graphic"); |
|
3568 |
directory = directory.ToLower().Replace("drawings\native", "graphic");
|
|
3569 | 3569 |
if (!Directory.Exists(directory)) |
3570 | 3570 |
{ |
3571 | 3571 |
Directory.CreateDirectory(directory); |
내보내기 Unified diff