Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FUpdateStatus
Description
Sets the method that the operation will use to determine if a path references a file or a directory. For more details
| Name | SetRequireDirPathEndWithSeparator |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
void SetRequireDirPathEndWithSeparator
(
bool bFlag
)
Parameters
| Name | Remarks |
|---|---|
| bFlag | When true the operation will check the path and assume that it is a directory if the path ends with '/' or '' and a file if it does not. When false (the default) the operation will poll the file system with the path to see if it is a file or a directory. |