Navigation
API > API/Developer > API/Developer/DirectoryWatcher > API/Developer/DirectoryWatcher/FFileCache
Description
Get the transaction path from an absolute filename. Returns nothing if the absolute path is invalid (not under the correct folder, or not applicable)
| Name | GetTransactionPath |
| Type | function |
| Header File | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
| Include Path | #include "FileCache.h" |
| Source | /Engine/Source/Developer/DirectoryWatcher/Private/FileCache.cpp |
TOptional< FString > GetTransactionPath
(
const FString & InAbsolutePath
) const