![]() | ![]() | ![]() | smbgetdir(share, dir, typ) |
Use this function to get directory entries from the SMB source.
With this it is possible to check for one or more files or directories. Returns NULL or array of Strings containing found entries. Example:
r = smbgetdir(share: "C$", dir: "C:\Windows\systems32\*.dll", typ: 1);
![]() | ![]() | ![]() | smbgetdir(share, dir, typ) |