Example #1
0
        protected void MoveFile(string sourcePath, string targetPath, bool bCreateFolder = false)
        {
            //m_Logger.Writeln($"Move File {sourcePath}");

            m_IStorage.MoveFile(sourcePath, targetPath, bCreateFolder);
        }