The following column formula should show the original media length of a ".lnk" file but it is failing:
Code: Select all
ext:lnk addcolumn:a:1 a-label:="MediaLength" a:=getproperty($shortcut-target:,"Length")
Also note that, it does not fail to fetch some properties such as "Size", "Name", etc.
I noticed that, if I disable "Index file size" then size fetching also fails.
Why is this behavior? This behavior defeats the purpose of function like "getproperty" because property indexing can take a long time and a user will usually expect, this will fetch the currently listed files' property.
Is there any way to do this without property indexing?
Am I missing something or is it just a bug?
Thank you.