1
我在Azure中有一個容器,並且在此容器中有一個子文件夾。Azure Blob Name輸出時包含子文件夾名稱
的問題是,當我得到的BLOB名稱,而不是僅僅有test.doc
,名稱顯示subfolder/test.doc
有沒有辦法,我只能得到展示,而不是子文件夾和文件名的文件名?
例如:
systemdesign/templates/test.docx
隨着systemdesign
作爲container
,templates
子文件夾和test.docx
該文檔。
我只想顯示:test.docx
有沒有呢?謝謝
實際上關閉後,必須在代碼顯示爲'/ test.doc'後含有'+ 1',意思是'var name = blob.Name.Substring(blob.Name.LastIndexOf('/')+1); '但其他工作像一個魅力:) – DodoSombrero
好聽 - 謝謝 –