PLM之家PLMHome-国产软件践行者

【Aras二次开发源码】如何将文本存成文件

[复制链接]

2018-8-1 14:06:14 2256 0

admin 发表于 2018-8-1 14:06:14 |阅读模式

admin 楼主

2018-8-1 14:06:14

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

x
Technique  
0 ?% d) G3 K) {1 Y- `4 TOn the client side use the vault control to write to a text file.
8 T0 {. ~* B' ^JavaScript  7 {( x; j$ |1 `+ g
with (top.aras.vault) ; D4 a8 [- n9 v
{ 5 Z& X) j- ]) \' P  j# K+ U
  fileCreate(filePath);
0 Z; n9 V2 l. f  fileOpenAppend(filePath); 9 l6 p' A: ^& G% W3 u5 o$ t
  fileWriteLine('<AML><Item type="MyItemType"/></AML>'); : R" K$ H' G9 }/ L$ K$ P4 S
  fileClose(); $ Y0 J) o: Z* N) _( f
} ) ]  V" O* C2 j% {
Technique  
# x1 \6 |) f7 f0 L  jOn the server side use the File and StreamWriter namespaces to write to a text file. / f# m. H. Y( O: y& M, F
C#  
, d( G. G2 R3 V8 a0 NInnovator myInnovator = this.newInnovator();
0 D4 U2 S! o6 V8 g
2 a* V) q" J3 ?// Save the results to a file.
8 x! P; v3 p6 p; }  |string path = myInnovator.MapPath("temp/yoyo.txt"); + S8 z' N% u/ A- I
try / s* b/ s6 j% o/ y6 d
{
. X" k3 }4 Z% J; C# V: e  if (File.Exists(path)) File.Delete(path);
5 B! h0 N  d; i" Q& Z0 W  StreamWriter sw = File.CreateText(path); 7 n; F7 b1 L% F+ k% J
  sw.Write(this.dom.InnerXml); 8 b5 D; i! F! p4 y6 d9 t. r
  sw.Close(); 9 X1 m# \3 k; R% Q
} $ W/ x0 E& F  M4 w, U
caTCh (Exception e) 8 d: o( M8 s% ]. H8 s
{ + [5 k1 k! N0 F5 s
  return myInnovator.newError(e.Message);
& ?- c% V# e' [9 n4 k/ a}
9 z$ Y% E* }: ~! w) Ureturn myInnovator.newResult("ok"); # G/ P4 p6 x: n7 q4 {# R
& i4 r2 y$ L' g% G4 z
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 doTeam.tech
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了