mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Introduce FileInfo objects for the result of dir and add readable and hidden attributes to files
This commit is contained in:
parent
b2edd174f1
commit
1c11289d36
7 changed files with 452 additions and 53 deletions
|
|
@ -98,7 +98,7 @@ interface IShare {
|
|||
* ]
|
||||
*
|
||||
* @param $path
|
||||
* @return array[]
|
||||
* @return \Icewind\SMB\IFileInfo[]
|
||||
*
|
||||
* @throws \Icewind\SMB\NotFoundException
|
||||
* @throws \Icewind\SMB\InvalidTypeException
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue