Search results

  1. Y

    how to get the media type of all the device connected to system

    Hi, Which api gives the media type information of all the disk/device connected to the computer,i.e fixed/removable/formatted/unformatted. Thanks.
  2. Y

    kDADiskDescriptionVolumeNameKey fails

    Hi, I have connected to cards and their mount path is "/Volumes/UNTITLED" and "/Volumes/UNTITLED 1". But volumeName = [[dd objectForKey:(NSString *)kDADiskDescriptionVolumeNameKey] copy] always returns "UNTITLED". how can i fix this problem? Thanks.
  3. Y

    How to unlock a locked file

    Hi, I am trying to delete a files using remove(). But, the locked file fails in remove() . I am looking for the api/function to unlock a locked file. Does anyone knows how to unlock a locked file . Thanks
  4. Y

    Package Maker : Language Problem

    When license page is shown during installion, it gives option to view the license in different language. Suppose I choose "French", then even the buttons are changes to that language. If i click on "continue", next page content changes to English. Cant i continue viewing the page following...
  5. Y

    Looking for the replacement of RAPI

    Hi, I want to sync a proprietary Windows CE device(not a cellphone) with Mac. I am looking for the replacement of RAPI for Mac. Thanks.
  6. Y

    to find if file is open given filepath

    Given the filepath, how can i find whether the file is opened or not by any application in the system? Without using lsof command, i am looking for some function to do it in Tiger .
  7. Y

    function to check whether the file is open by any application.

    Hi, I have few files in a folder and need to check whether any files are open by some application in folder before deleting the folder. Is there any function in C or Cocoa which will help me in this? I cant use "lsof" command. thanks.
  8. Y

    to find whether the file is already open

    What is the function in c to find out whether the file is already opened by some application other than lsof?
  9. Y

    how to find whether the file is already open?

    Thanks for the reply. i have the file path and i need to know whether it is open by any other application/process. i am looking for the function in C or Cocoa. can u help me in this? -Yogi.
  10. Y

    how to find whether the file is already open?

    What is the function/api to find whether the file is already opened by another process/application? -yogi
  11. Y

    how to mount the same file system in more than one place in mac os x

    i unmounted the volume using diskutil. created two directory temp and temp1 in /Volumes. used diskutil to mount the device: diskutil mount /dev/disk2s1. it got mounted to /Volumes/UNTITLED. Now how do i mount the device again?
  12. Y

    how to mount the same file system in more than one place in mac os x

    Device /dev/disk1s1 is getting automounted on /Volumes/UNTITLED. i want to mount the device again on different path like /Volumes/temp. so that i can have same device mounted at two different place. When i type " mount /dev/disk1s1 /Volumes/temp" in Terminal , i get the following message ...
  13. Y

    how to mount the same file system in more than one place in mac os x

    Device is automatically getting mounted at /Volumes/UNTITLED. i have created temp directory in /Volumes when a type "mount /dev/disk2s1 /Volumes/temp" i am getting resources busy error.
  14. Y

    how to mount the same file system in more than one place in mac os x

    how can i mount a same file system(device) in more than one place in mac os x?.
  15. Y

    how to disable alert panel

    i am using "open" function call on media card which is not mounted.
  16. Y

    how to get type of the drive(removable,fixed,eject) using ioctl and file descriptor

    how to get type of the drive(removable,fixed,eject) using ioctl function and file descriptor? i am able to get blocksize and number of block using ioctl function and file descriptor.
  17. Y

    list information of unmounted device

    how to list information (like sector size ,block size,...) of a unmounted device in mac ? Is there any sample code for same?
  18. Y

    how to disable alert panel

    when i try call open api on unmounted device. i get "disk insertion" alert panel. i want to disable this alert panel.
  19. Y

    show unmounted volumes

    is there any way i can show a media device which is either corrupt or its BPB (zeroth) sector is deleted. there is no file system present in card? Checkforremovablemedia api doesnot work,is there any other api to do same?
  20. Y

    list disk geometry of a unmounted device in mac

    how to list information (like sector size ,block size,...) of a unmounted device in mac ? Is there any sample code for same?
Back
Top