Changeset 803 for trunk/src/uigetfile_uvmat.m
- Timestamp:
- Jul 30, 2014, 8:31:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uigetfile_uvmat.m
r784 r803 38 38 InputFileName=InputDir; 39 39 if ~isempty(strcmp (computer, {'PCWIN','PCWIN64'}))%case of Windows systems 40 InputDir=[InputDir '\'];% append '\' for a correct action of dir40 % InputDir=[InputDir '\'];% append '\' for a correct action of dir 41 41 InputFileName=[InputFileName '\']; 42 42 end … … 46 46 end 47 47 end 48 end 49 if ismember(computer,{'PCWIN','PCWIN64'})%case of Windows systems 50 InputDir=[InputDir '\'];% append '\' for a correct action of dir 48 51 end 49 52 hfig=findobj(allchild(0),'tag',option);
Note: See TracChangeset
for help on using the changeset viewer.