开发者

how to get url from IFolder

开发者 https://www.devze.com 2022-12-22 23:52 出处:网络
i have an object of IFolder typ开发者_Python百科e. Iwant to get the complete url of that resource.How can i get it? HelpIResource.getFullpath().toFile().toURL()

i have an object of IFolder typ开发者_Python百科e. Iwant to get the complete url of that resource.How can i get it? Help


IResource.getFullpath().toFile().toURL()

0

精彩评论

暂无评论...
验证码 换一张
取 消