PlatformAPI.TOTARemoteProfilePathItem.IncludeSubDir
Delphi
IncludeSubDir: Boolean;
C++
bool IncludeSubDir;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | TOTARemoteProfilePathItem |
Description
IncludeSubDir determines whether the IDE must cache subdirectories of the specified remote directory and their content from a remote system (True
) or if the IDE must only cache files that are direct children of this remote directory (False
).