rx-datatable API
    Preparing search index...

    Function getParentPathsOf

    • This helper function returns a list of parent paths of a path. For example, getParentPathsOf('C:\\Windows\\System') returns ['C:', 'C:\\Windows']. Note: getParentPathsOf('') returns [] even if includeSelf is true. *

      Parameters

      • path: string | nully
      • separator: string = '\\'
      • includeSelf: boolean = false

      Returns string[]