Drupal 8에서 Excel 읽기 모듈을 만들고 있습니다. public : //2016-03/Places.xls와 같은 경로에서 파일을 읽을 수있는 실제 파일 경로를 가져오고 싶습니다.
파일의 실제 경로를 얻기 위해 어떤 기능을 호출해야합니까?
1
api.drupal.org/api/drupal/core
—
Mohammed
무엇을 읽었습니까? 그 경로는 거의 모든 것에서 작동합니다. 예를 들어 file_get_contents ( 'public : // ...')은 잘 작동합니다.
—
Berdir
`:> realpath ( '//2016-03/Places_2.xlsx 공개') - 나는`\ 드루팔 :: 서비스 ( 'file_system을')입니다 드루팔 (8)의 측면에서 대답을 얻었다
—
NISAM
응답으로 게시하고 솔루션으로 수락하십시오. 그것은 같은 질문을 가진 다른 사람들을 도울 것입니다.
—
Aram Boyajyan
나는 비슷한 상황을했지만, 함께가는 결국 file_create_url 처리 할 수 있기 때문에
—
usernameabc
managed files (These are files that have either been uploaded by users or were generated automatically (for example through CSS aggregation))
와shipped files (those outside of the files directory, which ship as part of Drupal core or contributed modules or themes)