Link Search Menu Expand Document

DragSource.AddFile Method

Explanation Set the file to drag and drop. The file to be dragged and dropped is added each time this method is executed.
Call format source.AddFile( filepath )
Return value None
Arguments String filepath Absolute path of the file to drag and drop. If it is an empty string, it will be ignored.
Exception CRS-112 Cannot be converted to a string
Example of use
    source.AddFile("C:\\app\\userdata.txt");
    
Related item