September 27, 201213 yr What check can a script perform on a container field to determine if it contains a sound file? My immediate need is for PC file formats, but a cross-platform check would be useful. Thanks in advance for any help.
September 27, 201213 yr If it is a file, you can check its extension, looking at GetAsText ( ContainerField ).
September 28, 201213 yr Author Actually, I had tried that ... since it works on image files. But all I got was "?" in return. Maybe there was an error in the script step, but my workaround on the whole Sound Record issue eliminated my need to check. Thanks, anyway, for your response.
Create an account or sign in to comment