ali guard
Member
سلام دوستا يك سوال دارم ج جور ميشة با بلاكينى MFilesAndFolders در بخشى splitfile شمارةى فايلهاى سبليت شودة خودم انتخاب كنم مسلن ميخواهم يك فايل دارم با 6 بخش سبليت كنم نة بيشتر اكر فايل بزرك تربود همون فايل اخر بزرك بشة 5 فايل اول ميسلى همون حجم باشد كة نويشيم
set$='c:\MyApp.exe|888888|No'
PluginSet("MFilesAndFolders","set$")
PluginRun("MFilesAndFolders","Split_File")
PluginGet("MFilesAndFolders","get$")
If (get$='0') Then
Message("error!","")
Else
Message("Number of parts is","get$")
End
** this command splits file in parts.
** parameter1 is the name of a file
** parameter2 is maximal size in bytes of each part of splited file
** parameter3 can be:
** Bat (Split_File function will create Bat file whcih you can use to unsplit file)
** No (this is default, you must use Unsplit_File function to unsplit file)
** If the function succeeds, the return value is number of parts of splited file.
** If the function fails, the return value is 0.









