How can you duplicat folders and not share old dependencies in Unity?
I have a folder with some prefabs, materials, textures, FBX, etc. My Prefabs refers to FBXs and Materials in this folder. Can I clone this folder in a way that it will save those local dependencies?...
View ArticleMove file from Snow Leopard to Mountain Lion
I have Snow Leopard and Mountain Lion in separate partitions on the same iMac. Running Snow Leopard I can copy a TurboTax data file from the Snow Leopard partion to Mountain Lion but when I boot...
View ArticleFolder content recovery
I just got a new mac book and took a hard drive to make a backup file of my documents (I used time machine). One of the Folders did not get saved the way it was before, When I now click on the folder...
View ArticlePOST a file to Document library using java
How do I make a post request to a document library using java? I’m using the lastest version on this library http://hc.apache.org/ This is my post request right now: itemUrl looks like this:...
View ArticleCopy contents of a file
I am trying to copy a whole bunch different files’ contents into one big file. Is there a way to do this without having to open up each individual file and copying and pasting the contents? Is there a...
View ArticleOpening a SharePoint file using a hyperlink
On a browser-based SharePoint drive, the default file-opening functionality for an macro-enabled Excel file is to open it directly in Excel; no asking for Open/Save As, no intermediary steps; when the...
View ArticleCreate file in SharePoint Online without using SharePoint Client Model in C#
In C#, I want to create a file in my SharePoint Online site without using SharePoint client object model. I am trying to use SharePoint REST APIs and List methods. I don’t want to use...
View ArticleCannot browse App documents after upgrading to iOS 8.3
I just upgraded my iPhone 5s to iOS 8.3. I found that I am unable to access the contents of Apps using software like iTools, iFunbox and PhoneView. Does iOS 8.3 change security settings in App document...
View ArticleAny GNU C examples where faccessat() function (or equivalent) is used?
In reading IEEE Std 1003.1 (POSIX Base Spec) regarding access(), I came across this note: “The purpose of the faccessat( ) function is to enable the checking of the accessibility of files in...
View ArticlePut a file in a library with a File-Upload on sharepoint designer
I work on sharepoint designer 2013 and I try to put a file(The file can be an image, a text file, a powerPoint, a videos or any type of file) in a library with a FileUpload. I didn’t find any code in...
View ArticleSafely remove original file after encryption
My application encrypts a file, and the result is written to a different one. How do I safely remove the original one (C++)? Update. Wow! The problem is more complicated than I thought of it… 1) My...
View ArticleRename file with SOAP in SharePoint 2010
I use SOAP in native C++ application – no C#, no Java Script. When renaming list item (including file) via REST, it’s possible to alter Name field. But in case of using SOAP Lists.asmx UpdateListItems...
View ArticleSet default app for file extension through configuration
For some reason the there are file extensions where you can’t use the information panel to change the default app. Some times the setting isn’t stored, sometimes you can’t choose apps which are able to...
View Articleprotection for contributing to stock images
I am new to photography and would like to become a contributor to some stock agencies. I would like to confirm, with a expert, that will shooting my images. My original file’s resolution is 5000×4000...
View ArticleDeleted items are still showing on Search result after Full Crawls or...
I am writing a custom file disposition solution for SharePoint 2013. After delete action (see below Delete_Action method), I saw that the selected file is removed. After Full-Crawls or Incremental...
View ArticleCan I open a file in Preview from the Terminal?
I know that I can open a file with an external program from the Terminal with open, and that works for most applications. However, when I try to use a command like open -a Preview info.txt, it launches...
View ArticleWhy use mmap over fread?
Why use mmap as opposed to reading from a filestream in chunks into a byte array? I guess I just never thought about using mmap before. mmap(2) fread(3) // Open the file // Read from the file uint8_t...
View ArticleSharepoint Designer workflow canceled when copying document with long file...
As the title states, I have a SP Designer workflow that copies a document from one library to another. This works great except when the file name of the document being copied exceeds 40 characters or...
View ArticleCan't Open file binary in SharePoint.Client
This bit of code works for me: Microsoft.SharePoint.Client.File file = ctx.Web.GetFileByServerRelativeUrl(@"/Shared%20Documents/Email%20Body.html"); var _stream = file.OpenBinaryStream(); The following...
View ArticlePossible to find out the last person to open a file on Windows without...
So I suppose this is specific to the OS you are using or the filetype or software used to open it, but my question stands open for all really but I am particularly interested in more common files such...
View Article