added note on limitations of getfile

This commit is contained in:
martyav
2019-07-05 13:22:38 -04:00
parent 79eb381974
commit a0f9cd72c0

View File

@ -95,6 +95,15 @@ getfile c:\Users\user\Desktop\work.txt
getfile c:\Users\user\Desktop\work.txt -auto getfile c:\Users\user\Desktop\work.txt -auto
``` ```
>[!NOTE]
>
> The following file types are **not** supported:
>
> 1. [Reparse point files](/windows/desktop/fileio/reparse-points/)
> 1. [Sparse files](/windows/desktop/fileio/sparse-files/)
> 1. Empty files
> 1. Virtual files, or files that are not fully present locally
## processes ## processes
``` ```
# Show all processes # Show all processes