OSX - remove DS_Store

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
raananb
Super wx Problem Solver
Super wx Problem Solver
Posts: 488
Joined: Fri Oct 27, 2006 4:35 pm
Location: Paris, France
Contact:

OSX - remove DS_Store

Post by raananb »

How can I remove .DS_Store from a folder by application so that the containing folder can be removed?
User avatar
eranon
Can't get richer than this
Can't get richer than this
Posts: 867
Joined: Sun May 13, 2012 11:42 pm
Location: France
Contact:

Re: OSX - remove DS_Store

Post by eranon »

Not sure I understand your problem, but what about this?

Code: Select all

wxRemoveFile("<concerned-path>/.DS_Store");
[Ind. dev. - wxWidgets 3.0/3.1 under "Win 7 64-bit, TDM64-GCC" + "OS X 10.9, LLVM Clang"]
Post Reply