[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[],null,["# tfds.core.tfds_path\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/datasets/blob/v4.9.3/tensorflow_datasets/core/utils/resource_utils.py#L23-L43) |\n\nPath to `tensorflow_datasets/` root dir. \n\n tfds.core.tfds_path(\n *relative_path\n ) -\u003e ../../tfds/core/Path\n\nThe following examples are equivalent: \n\n path = tfds.core.tfds_path() / 'path/to/data.txt'\n path = tfds.core.tfds_path('path/to/data.txt')\n path = tfds.core.tfds_path('path', 'to', 'data.txt')\n\n| **Note:** Even if `/` is used, those examples are compatible with Windows, as pathlib will automatically normalize the paths.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|------------------|-------------------------------------------|\n| `*relative_path` | Relative path, eventually to concatenate. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|--------|---------------------|\n| `path` | The root TFDS path. |\n\n\u003cbr /\u003e"]]