Add the table's file name to the table_info string.#970
Conversation
taylor13
left a comment
There was a problem hiding this comment.
Does this write the full path or just the table name. I think to keep the global attribute listing less cluttered the filename would be sufficient, but if that's difficult, the full path would be acceptable. Just say so, and I'll "approve" instead of "Request changes". Thanks.
|
@taylor13 The "path" of a table is usually the file name of the table, which matches what you had in #964 (comment). I'm not sure if it ever includes other parts of the file path. Alternatively, I can use "szTable_id" so that it uses the table's |
|
Not concerned about how it's coded. If the table name will appear preferably without the directory path in front of it, that's ideal. Thanks. |
|
I'm not sure how I can now officially approve, if that's needed. Let me know if I should do anything. |
|
@taylor13 I've updated the code so that it will just get the base name without any trailing path. You can approve the pull request by going to "Files changed" tab, clicking on the "Submit review" button, and checking "Approve" and submitting the review. |
Resolves #964