Or did you mean WinRT as in Metro applications (instead of WInRT as in Windows on ARM computer)? In which case I apologize for my curtness.I never said anything about Windows 8 RT. I'm referring to Windows on Intel/AMD. But that primarily depends on if WinRT has support for USB optical drives or not (which it may)
No, it cannot... You can only access files from the application jail.All this Metro application has to do (theoretically, and let's call it "PlayDVD") is access the files (which it can do)
What do you mean by that? As long as you include a flag to request filesystem access you're fine.No, it cannot... You can only access files from the application jail.All this Metro application has to do (theoretically, and let's call it "PlayDVD") is access the files (which it can do)
WinRT filesystem is very limited.When called from a Metro style app, CreateFile2 is simplified. Only files or directories may be opened, and exclusive access to a file or directory is only granted if the Metro style app has write access to the file.
I don't know about you, but to me; locking a directory so it can only be access exclusively by your program is kind of a douche move. Also I believe it's impossible on read-only media.WinRT filesystem is very limited.When called from a Metro style app, CreateFile2 is simplified. Only files or directories may be opened, and exclusive access to a file or directory is only granted if the Metro style app has write access to the file.
Welcome to WinRT.I don't know about you, but to me; locking a directory so it can only be access exclusively by your program is kind of a douche move.WinRT filesystem is very limited.When called from a Metro style app, CreateFile2 is simplified. Only files or directories may be opened, and exclusive access to a file or directory is only granted if the Metro style app has write access to the file.
Wait, what? I thought you were talking about that you would want this theoretical DVD playback app to lock files to that application. Why then is this limitation relevant? Unless you want the program to launch when a disk is inserted, which can possibly be done in another way (like using Win8's standard system for setting default DVD player app).Welcome to WinRT.I don't know about you, but to me; locking a directory so it can only be access exclusively by your program is kind of a douche move.WinRT filesystem is very limited.When called from a Metro style app, CreateFile2 is simplified. Only files or directories may be opened, and exclusive access to a file or directory is only granted if the Metro style app has write access to the file.
Did you ever look at WinRT APIs? How do you "scan" ?All the program needs to do is scan accessible disks (and newly inserted disks, there should be a trigger API) for VIDEO_TS and AUDIO_TS folders, then begin parsing and playing the files using the application's built-in codecs.
Users browsing this forum: No registered users and 6 guests