ContentMoverIsTemporaryFile Method |
Determines whether the specified file name is a temporary file name.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool IsTemporaryFile(
string fileName
)
Parameters
- fileName
- Type: SystemString
The file name.
Return Value
Type:
Booleantrue if the specified file name is a temporary file name; otherwise,
false.
See Also