WEB开发网
开发学院手机开发Android 开发 Android 教材 获取服务器文件的长度 阅读

Android 教材 获取服务器文件的长度

 2010-04-09 05:49:00 来源:WEB开发网   
核心提示:原先使用Filelen(“文件名称”)来获得文件的长度结果服务器报错,说是需要更改安全权限,Android 教材 获取服务器文件的长度,具体的错误内容如下:Description: The application attempted to perform an operation not allowed by the

原先使用Filelen(“文件名称”)来获得文件的长度结果服务器报错,说是需要更改安全权限。具体的错误内容如下:

Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: System.Security.Permissions.SecurityPermission。

在尝试了一些方法后无果,最后把获取服务器文件长度的函数改成了:

Dim fileinfo = My.Computer.FileSystem.GetFileInfo(mypath & songname) '这里获得文件的长度

Dim filelength = fileinfo.Length

然后运行正常。其实在.net的环境里,系统已经提示使用my.computer.filesystem.getfileinfo来替代filelen了,不过并没有提及安全权限问题。

Tags:Android 教材 获取

编辑录入:coldstar [复制链接] [打 印]
赞助商链接