언어 설정

Menu
Sites
Language
creating a symbolic link for a file in sdcard

Hi all,

     can any one help me in creating symbolic link for a file in sdcard
     i tried to create it by calling symlink() system call but failed
     can any one help me in this regard
Regards
Harish

Responses

3 댓글
Alex Ashirov

Hi,

You can try to create it from sdb shell:

  1. Run “sdb shell” command from \tizen-sdk\tools\
  2. Run  ln -s target_path link_path
harish kumar kavali

Hi ,

      I know that procedure but i need to do it programtically
      i had tried a linux system call symlink(path1,path2); b
      but no use 
Regards
Harish K

Marco Buettner

You can not set a symlink via app... to get an access on the sdcard you have to use the filesystem api