INTERACT FORUM
More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: NNTK on October 02, 2013, 09:42:37 am
-
I want to know expression told me that file is in library or not by don't use [filename].
Thank.
-
You can use IsMissing().
Also, in a file list, the field Image (small icon) will appear as a yellow box with a red X for missing items. You can sort on that column.
-
Thank for answer.
But I want check file is in JRiver's library or not. I don't check file is exist in system.
I use for zoneswitch. if file is in JRiver's library play zone1 else play zone2 something like that.
-
This will evaluate to TRUE for files not in the library:
[=isequal(FileDBLocation(),Main,7)]=[0]
-
Thank you. ;D