How to customize callback after drag and drop a folder into command window?

조회 수: 1 (최근 30일)
Xingwang Yong
Xingwang Yong 2021년 1월 22일
댓글: Xingwang Yong 2021년 1월 26일
For files, it is easy to customize a callback after drag and drop file into command window, as shown here.
However, for folders, drag and drop a folder into command window leads to the call of cd().For example, if I drag and drop the folder E:\Downloads\tmp into command windows, then
cd('E:\Downloads\tmp')
is executed.
Can I change cd() to my own function?
  댓글 수: 1
Xingwang Yong
Xingwang Yong 2021년 1월 26일
It seems that I can not do this. From the example of openext, drag-and-drop and double click share the same callback function. If I overload the callback of drag-and-drop, then I can not double click to enter a folder in Current Folder Window.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by