Unicode Controls & Classes for VB6 - Version 4

clsUniFile.st_MoveFile Function

Moves a file to a place; returns True if the operation finished correctly

Syntax
Public Function st_MoveFile (ByRef sFrom As String, _
ByRef sTo As String, _
Optional ByVal iFlags As eUniFileMoveExFlags = eumef_MOVEFILE_REPLACE_EXISTING Or eumef_MOVEFILE_COPY_ALLOWED Or eumef_MOVEFILE_WRITE_THROUGH) As Boolean
Parameters
Parameter Description
ByRef sFrom As String The complete filename with path to move
ByRef sTo As String The complete filename with path
Optional ByVal iFlags As eUniFileMoveExFlags = eumef_MOVEFILE_REPLACE_EXISTING Or eumef_MOVEFILE_COPY_ALLOWED Or eumef_MOVEFILE_WRITE_THROUGH Flags to use in the operation
Remarks