Main Content

cdflib.getFileBackward

Return backward compatibility mode

    Description

    bcMode = cdflib.getFileBackward returns the backward compatibility mode for new file creation. The function returns the backward compatibility mode as 'BACKWARDFILEoff' or 'BACKWARDFILEon'.

    example

    Examples

    collapse all

    bcMode = cdflib.getFileBackward
    bcMode =
    
        'BACKWARDFILEoff'

    More About

    collapse all

    Tips

    • This function corresponds to the CDFgetFileBackward routine in the CDF library C API.

    • To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.

    Version History

    Introduced in R2011a