开发者

flex: creating a shortcut to another file/folder

开发者 https://www.devze.com 2023-02-23 03:19 出处:网络
Does anyone know of a method or strategy through which a shortcut can be created through Flex for the vario开发者_如何学JAVAus platforms?I\'ve been examining the various flash.filesystem.File methods

Does anyone know of a method or strategy through which a shortcut can be created through Flex for the vario开发者_如何学JAVAus platforms? I've been examining the various flash.filesystem.File methods but did not notice anything that seemed noteworthy.

Thanks for the time and attention.


  1. You won't be able to do it with Flex.
  2. If you target AIR, there is this XXMKLINK program that allows you to create shortcuts from the command line. You can use the native process feature of AIR to leverage it.
0

精彩评论

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