FreeSWITCH.Native.freeswitch.switch_is_file_path C# (CSharp) Method

switch_is_file_path() public static method

public static switch_is_file_path ( string file ) : switch_bool_t
file string
return switch_bool_t
        public static switch_bool_t switch_is_file_path(string file)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_is_file_path(file);
            return ret;
        }
freeswitch