Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.968 Beiträge
 
#1

WMI Tasks using Delphi – Files and Folders

  Alt 30. Okt 2011, 06:10
How do I rename a local or remote file? Use the CIM_DataFile class. Ensure that you pass the entire path name when calling the Rename method, for example, “C:\Foo\Test.txt” instead of “Text.txt”. const wbemFlagForwardOnly = $00000020; var FSWbemLocator : OLEVariant; ...

More...
  Mit Zitat antworten Zitat