以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  这个提示是为什么?  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=41818)

--  作者:lihe60
--  发布时间:2013/10/28 14:05:00
--  这个提示是为什么?
DecryptFile(ProjectPath & "attachments\\4.txt",ProjectPath & "attachments\\3.txt", "fox123")
Dim s As String=FileSys.ReadAllText(ProjectPath & "attachments\\3.txt", Encoding.Default)
FileSys.DeleteFile(ProjectPath & "attachments\\3.txt",2,2) \'则彻底删除之
If Connections.TryConnect(s) = True Then
    e.ConnectionString = s
Else
    e.C
End If

图片点击可在新窗口打开查看此主题相关图片如下:函数.bmp
图片点击可在新窗口打开查看

--  作者:lihe60
--  发布时间:2013/10/28 14:06:00
--  
截止图的路径不是项目文件的路径。
--  作者:狐狸爸爸
--  发布时间:2013/10/28 14:11:00
--  
就是路径不对,没有别的意思。