Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » FileSel&FileList, Path » FEATURE REQUEST: Navigation by desktop shortcuts
Re: FEATURE REQUEST: Navigation by desktop shortcuts [message #52656 is a reply to message #52655] Thu, 07 November 2019 15:14 Go to previous messageGo to previous message
pvictor is currently offline  pvictor
Messages: 67
Registered: December 2015
Member
mirek wrote on Thu, 07 November 2019 16:33

Can you test this for me:

#include <CtrlLib/CtrlLib.h>

using namespace Upp;

GUI_APP_MAIN
{
	String path = "C:/Users/cxl/Desktop/Files.lnk";
	
	DDUMP(path);
	DDUMP(FileExists(path));
	String t = GetSymLinkPath(path);
	DDUMP(t);
	DDUMP(DirectoryExists(t));
}




I'll test it tomorrow. I'm now far from my Windows computer.

Victor
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Application hangs on renaming directories accidentally
Next Topic: FileSelNative::AllFilesType() doesn't show files without extensions on Linux
Goto Forum:
  


Current Time: Thu Mar 28 23:47:56 CET 2024

Total time taken to generate the page: 0.00895 seconds