You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux work 5.3.0-46-generic #38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Linux localhost 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2 (2020-04-29) x86_64 GNU/Linux
on first system it counts 68, on second 67.
I suppose that second system do not count current directory
dircopy( '/tmp/test', $dst )
first system counts /tmp/test but second just take files from /tmp/test folder and do not count it
The text was updated successfully, but these errors were encountered:
I use dircopy on next systems:
on first system it counts 68, on second 67.
I suppose that second system do not count current directory
dircopy( '/tmp/test', $dst )
first system counts
/tmp/test
but second just take files from/tmp/test
folder and do not count itThe text was updated successfully, but these errors were encountered: