Spool to file but filename is stored in variable

Hi,
I want to spool my output to a file. The filename is fixed but the path is variable.
I created a variable containing the correct path and filename but if I do
spool :v_dir_file
I get a spool file with the name :v_dir_file.lst
Is there a way to achieve what I want to do. I found a workaround but then I would need to create one additional step and temporary file and I think there should be an easier workaround.
Thanks,
Kris

< thought '&' would always mean that the user should give input...>
It does, sort of ...
COLUMN cpulogfile NEW_VALUE cpulogfile NOPRINT;
is the answer. The NEW_VALUE keyword of the COLUMN command populates the value from a query instead of a user prompt. NOPRINT says not to write the query result to the SQL*PLUS screen

Similar Messages

  • Can i get the time capsule to automatically back up my file from my Mac Book Air but have certain files which are only stored on the time capsule and not the computer? Then can i access these files only on the time capsule without connecting it?

    Can i get the time capsule to automatically back up my file from my Mac Book Air but have certain files which are only stored on the time capsule and not the computer? Then can i access these files only on the time capsule without connecting it?

    igonneau wrote:
    Can i get the time capsule to automatically back up my file from my Mac Book Air but have certain files which are only stored on the time capsule and not the computer?
    You can, but how are you going to back up those other files?  When (not if) your Time Capsule fails, you risk losing them.  See #Q3 in Using Time Machine with a Time Capsule for details.
    Then can i access these files only on the time capsule without connecting it?
    Not sure what you mean.  You have to connect a computer, either via Ethernet cable or wirelessly, to read or write to the disk. 

  • How do I view and manage certain files that I have stored in iCloud? I know that I can delete an entire backup, but is it possible to delete certain photos/contacts/notes etc. from that backup?

        How do I view and manage certain files that I have stored in iCloud? I know that I can delete an entire backup, but is it possible to delete certain photos/contacts/notes etc. from that backup?

    No.

  • I updated my I Phone 4 to the os 5.1.1 but lost all of my contacts.  I believe it should still be stored in my laptop Apple file but don't know how to restore.  I only see the restore option to the factory settings.

    I updated my I Phone 4 to the os 5.1.1 but lost all of my contacts.  I believe it should still be stored in my laptop Apple file but don't know how to restore.  I only see the restore option to the factory settings.  I have never used the I Cloud.

    If you did not sync afterwards, follow this article to restore from your latest backup:
    iTunes: Backing up, updating, and restoring iOS software

  • Emails stored in many folders, but unable to open one folder - freezes unable to read contents. Other folders ok. Have removed .msg files but no difference.e

    Hi, I'm new here and having a problem with my Thunderbird, so wondered if you could please help me?
    Within Thunderbird I have many folders created in my left pane for the storage of business mail relevant to my work, which I need to keep for my customer records on a long term basis, so that i have all the info of what has been discussed. The total file of Thunderbird is - 819,717kb in size when backed up.
    This has been fine until recently, when after trying to open one folder it is mostly frozen, on one occassion the folder opened but showed the lines of mail but no subjects, writing or dates to identify each line.
    I have tried going into properties to repair the file, but that freezes too. I have also looked into users/'relevant folder'/AppData/Roaming/Thunderbird/Profiles/'relevant file' and removed the .msf files - but this has made no difference at all.
    If someone has any ideas this would be appreciated.
    Thanks

    If they are 72 character they are probably not corruption.
    lets try something install this addon https://addons.mozilla.org/en-US/thunderbird/addon/importexporttools/
    Instructions here http://chrisramsden.vfast.co.uk/3_How_to_install_Add-ons_in_Thunderbird.html
    Create a new folder and select it.
    Point the import export tools as the file through import of an MBOX file (that is it's file type) and see if it can import from the file. There is more than one type of MBOX file and the import tools appear to read through some issues Thunderbird can not.
    The Import Export tools appear on the Tools menu (alt+T) once installed

  • Using File Browse to update stored file

    Hi all,
    I have a form with a File Browse item on it which is (surprisingly!) used to upload a file and associate with a record. The filename is stored in a varchar column in the table. This works fine when I create (INSERT) the initial record and I can retrieve the stored file just fine. However the problem I have is when I want to update the uploaded file. It seems the normal mechanisms for update / save requests don't apply to uploaded files. My other attributes get updated fine but the new uploaded filename is not reflected in the table.
    I've put together a simple example of this on a when apex.oracle.com :
    http://apex.oracle.com/pls/otn/f?p=40740
    Which has two fields, a file name and an 'attribute'. Try as I might I can't update the file name although the attribute changes just fine.
    Any suggestions will be much appreciated. I realise I may be missing something fundamental here and am more than happy to be enlightened.
    FYI, the purpose for such functionality is to allow users of our system to store a photograph of themselves along with their details. This functionality is required to allow the photograph to be updated if required.
    Thanks,
    Steve

    If i am not mistaking, using a file browser item type will not set the uploaded file (blob) in this item, to be processed in the standard processing on you're page.
    In a recent project i wrote a stored procedure for handling with uploaded files. This procedure, which based on the filename ( Fnnnn/<filename> ) , select the uploaded content through apex_application_files, the location apex saves the files. and procedure outputted the file as a blob, which then can be used to insert/update in youre table
    Hope this example code will help you:
    procedure upload_bestand( p_file_name in varchar2
    , p_file out nocopy blob
    , p_filetype out nocopy varchar2 )
    is
    -- Cursor voor bepalen bestand uit apex_application+files
    cursor c_file ( b_file_name in varchar2)
    is
    select aaf.filename
    , aaf.mime_type
    , aaf.blob_content
    from apex_application_files aaf
    where aaf.name = b_file_name
    r_file c_file%rowtype;
    begin
    open c_file ( b_file_name => p_file_name );
    fetch c_file into r_file;
    if c_file%notfound
    then
    -- Upload van bestand niet geslaagd
    close c_file;
    raise e_file_err;
    end if;
    close c_file;
    -- Geupload bestand uit temp_upload tabel verwijdern
    delete from apex_application_files
    where name = p_file_name
    commit;
    p_file := r_file.blob_content;
    p_filetype := r_file.mime_type;
    end upload_bestand;

  • I downloaded a ringtone, but it is stored in songs.  Can I move it to ringtones to set as default?

    I downloaded a ringtone, but it is stored in songs.  Can I move it to ringtones to set as default?

    I don't know what happened that the ringtone didn't go in the proper directory, but a ringtone is simply a short song. The distinguishing characteristics of a ringtone are that they are short (<30 seconds), AAC-formated music, with a file-suffix '.m4r'. If the ringtone's filename ends with '.m4a' or '.mp4', then that's probably why it went into the wrong folder (though, if you bought the ringtone in iTunes, that shouldn't happen). Anyway, the fix is simple.
    Plug in your phone and start iTunes.
    Drag the ringtone to the from iTunes to the Desktop.
    If you can't see the file extension, show it (on Windows you need to change the view settings, on a Mac you select the file and do Get Info on it and uncheck the 'Hide Extension' box in the file info panel).
    Change the file extension to '.m4r'.
    Drag the file back into iTunes (onto the phone icon in the sidebar).
    That's it.
    Incidentally, there's nothing special about the ringtone format. You can capture sound, or edit tracks in GarageBand or QuickTime, save them as MP4 audio, and alter the file suffix and you have yourself a ringtone.

  • Can I copy files – but with certain restrictions?

    I have just finished a large project, the archives of which involves about 5000 "base" files, stored on about 80 CDs and 50 DVDs, involving about 50,000 files in total. Each of the "base" files may have had up to 30 incremental versions. i.e. a certain text file may have undergone revision 23 times, and each revision was saved and archived to (probably) a different disk, with a different suffix – a, b, c and so on. But sometimes the suffix didn't change even though the file was edited. I might have done a bit more dust removal on an image and just overwrote the old file (already archived), and so the new one was archived on a different disk.
    I now have 130 disks from which I would like to extract all the files and collapse them to one large archive that will probably span about 20 disks by the time I delete some files not needed. That way I can easily search for all versions of, say, GB097, by going to the particular DVD that has the "G" files on it. Up would come:
    GB097
    GB097a
    GB097b
    GB097b-1
    GB097b-2
    GB097c
    ... and so on.
    This is what I would like to do:
    1. Grab the first archive disk, open every folder, and copy all the files to the one folder on a hard drive.
    2. Open the second disk and repeat step (1), but with these two provisos.
    (a) If a file is identical to a previously copied file (maybe I archived it twice), the file isn't copied. However...
    (b) If a file has the same name as a previously copied file, but the data within that file is different (i.e. I removed some dust from an image file, but left the name unchanged), I'd like that file to be copied with a numbered suffix, the same way that Trash treats identically named files.
    Any suggestions how I could do this?

    Back again. This is the Terminal output when run on my +Duplicates Copy+ folder:
    Last login: Thu May 20 13:28:30 on ttyp1
    Welcome to Darwin!
    jenny-pearces-imac-g5:~ Jenny$ chmod +x /Users/Jenny/Desktop/Bash\ Test\ Documents/BashTest.txt
    jenny-pearces-imac-g5:~ Jenny$ /Users/Jenny/Desktop/Bash\ Test\ Documents/BashTest.txt /Users/Jenny/Desktop/Duplicates\ copy/
    /Users/Jenny/Desktop/Bash Test Documents/BashTest.txt: line 1: ${filePaths${count}}: bad substitution
    /Users/Jenny/Desktop/Bash Test Documents/BashTest.txt: line 17: fileSum0=d41d8cd98f00b204e9800998ecf8427e: command not found
    /Users/Jenny/Desktop/Bash Test Documents/BashTest.txt: line 1: ${filePaths${count}}: bad substitution
    /Users/Jenny/Desktop/Bash Test Documents/BashTest.txt: line 17: fileSum1=d41d8cd98f00b204e9800998ecf8427e: command not found
    /Users/Jenny/Desktop/Bash Test Documents/BashTest.txt: line 1: ${filePaths${count}}: bad substitution
    /Users/Jenny/Desktop/Bash Test Documents/BashTest.txt: line 17: fileSum2=d41d8cd98f00b204e9800998ecf8427e: command not found
    jenny-pearces-imac-g5:~ Jenny$
    I'm not sure it's worth spending much more time on this. However, if you're prepared to keep posting, JJJ, I'll keep testing.
    *SCRIPT AFTER THE EDIT*
    #!/bin/bash
    declare -i count=0
    declare -a fileSum filePaths
    # Main folder can be declared on the command line or if not then use /testpix
    MainFolder="${1:-/testpix}"
    # Set the internal field separator to newline to preserve spaces in file paths
    IFS=$'\n'
    # Use 'find' to create a list of files within the folders.
    filePaths=( $( find "${MainFolder}" -type f \! -name ".*" ) )
    # Get an MD5 checksum for each file's combined content of both data and resource forks
    for file in ${filePaths[*]} ; do
    fileSum${count}=$( cat "${filePaths${count}}" "${filePaths${count}}/rsrc" | md5 | cut -d'=' -f 2)
    let count+=1
    done
    # For each file, check for a duplicate checksum and if found, move the matching file to the user's trash folder
    # Rename files with duplicate names by appending #XX
    for ((i=0;i<${count};i++)) ; do
    [ -z "${filePaths[${i}]}" ] && continue
    dupecount=1
    for ((j=0;j<${count};j++)) ; do
    [ -z "${filePaths[${j}]}" ] && continue
    if [ "${fileSum[${i}]}" = "${fileSum[${j}]}" -a ${i} -ne ${j} ] ; then
    mv "${filePaths[${j}]}" ~/.Trash && filePaths[${j}]='' && fileSum[${j}]=''
    elif [ $(basename "${filePaths[${i}]}") = $(basename "${filePaths[${j}]}") -a ${i} -ne ${j} ] ; then
    let dupecount+=1
    dirname=$(dirname "${filePaths[${j}]}")
    fullfilename=$(basename "${filePaths[${i}]}")
    extension="${fullfilename##*.}"
    filename="${fullfilename%.*}"
    until [ ! -e "${dirname}/${filename} #${dupecount}.${extension}" ] ; do
    let dupecount+=1
    done
    mv "${filePaths[${j}]}" "${dirname}/${filename} #${dupecount}.${extension}"
    filePaths[${j}]="${dirname}/${filename} #${dupecount}.${extension}"
    fi
    done
    done
    exit 0

  • HT1391 I have accidantally created anoth iTunes library file and ripped a lot of music in it. Than I discovered that this music was not arrived in one library file. Know I would like to merge all my music in one library file but don't see which library is

    Hi,
    Regarding my Itunes library:
    I'll try to explain my situation  (sorry for my english).
    I have a networkdrive where all my music is stored on. Itunes is installed on my macbook and I entered the network drive as my media file location. 
    I use my macbook to rip music and buy itunes music assuming it will all be placed in the media folder that I once entered.
    Recently I found out that itunes had changed the location of my media folder to the local drive.
    Since a time now (I can't exactly say when) I'm ripping many of my music collection to itunes.
    Today i discovered the change of my media file location by itunes after I ripped some collections. When clicking the info button on some of the ripped files I see that they are not stored on my networkdrive, very normal, since the location of the media file is changed to local computer.
    When I look in the finder I can find a local libray file (xml file) from 13 april and also one on my network drive but the date is from March. So this one is even older.
    I suppose that the libray file is updated each time I add a song in itunes. So there must be anonther library file somewhere?
    Is there a way to see which libarary file is used in itunes? I know you can start Itunes with the option key to select another library file but is it also possible to view in itunes which library file is used so I can consult the path of the library file in use?
    What should i do to put all the local music to to my network drive and update the correct library to the new location of these files?
    Why is there no alert when Itunes changes the location of the media files path?
    Thanks

    hi i had the same problem today when i updated my itunes to latest version. however, i have just found my songs in the 'itunes media' folder. this was accessed through 'my music'  then keep clicking through until you find itunes media and all my library songs were in there and i then just added these files to my library and all were restored however, i have lost all my playlists but at least my 700 songs are back. very dissapointed with apple that they have let this happen with their latest update, the previous version was miles better than this one . hope you find them. stevo

  • TS4009 How do I clean up mail in my icloud?  I have already deleted old mail on all devices, and emptied the junk & deleted files, but it still shows that I am at max on my icloud. What do I do to free up space? (photos & apps do not take up that much roo

    How do I clean up mail in my icloud?  I have already deleted old mail (from all my e-mail accounts) on all devices, and emptied the junk & deleted files, but it still shows that I am at max on my icloud. What do I do to free up space? (photos & apps do not take up that much room).  When I go to manage storage on any device & it will display how much room each program or app is using, it still shows that my e-mail is taking up the most room.  Is there a way to actually log on to the icloud server to manage what it stored there?  If so, how do I do it?  Also, on a related subject,  why does my mail not sync accross all devices?   ie. when I delete an email on one device, why do I still see it on all my other devices?  How can I change this?
    I have an iphone5, ipad2, ipod 4th gen, ipod 3rd gen, all running on my same apple id - but I have a PC not a Mac home computer - is this part of the problem?  Looking to upgrade to a Mac sometime this year...
    Thank-you for the help!

    beckyfromoz wrote:
    I do have the Time Capsule and spoke to Apple Care here in Sydney about it yesterday.  They told me my mail is not backed up there unless I create a special folder. I just tried ringing them again but Apple Care is closed today...
    Mail is backed up automatically. If you make backups automatically, open Mail application and then, open the Time Machine app (in /Applications/Utilities). You will access to the Time Machine interface, and you will be able to see all your mails of all the backups you have, and you will be able to restore them. It means that your mails are backed up onto the Time Capsule

  • Definitive Word On ID3 Tags, Library Files & Which Data Is Stored Where...

    I have spent a few hours just now (and have read the discussions a lot previously) on various iTunes issues, namely ones pertaining to organization and storage of data & info. I still have quite a few questions I would like the definitive answers for. If anyone knows for sure, thanks in advance for your response!
    1) Is there any difference between how and where iTunes stores data for audio (mp3, m4a, aif, etc.) files vs. movie (mpg, mp4, mov) files, and if so, what are they?
    2) In the info tabs/panes of tracks in iTunes, is the entered data stored in separate places? i.e., the info under the INFO pane stored in the individual media file itself while that in the OPTIONS pane stored in the main library file? Also, did I read correctly that Convert ID3 Tags causes more of the library file data to be embedded in the media file itself? (Not desirable of course, because each play would in effect "modify" the file as if it had changed and needed to be resynched, since play count is part of the data).
    3) Is there a difference between where editable data (artist, title, equalizer setting, genre, rating, etc.) is stored vs uneditable data such as play count, date added, last played, etc.?
    4) Is there a list somewhere online that shows what data is stored in the library file (settings unique to the iTunes) and what is universally in the standard ID3 tag in the media file itself?
    5) Is it safe to assume that rating, equalizer, volume, remember position and start/stop time settings for each individual track are not in the ID3 tag but only in the library file? If so, one can then assume that merely copying the library file will preserve these settings?
    6) Are ID3 tags applied and applicable to movie and audio files similarly, and do they further differ how & if they are used among each file type (mp3, m4a, aif, wav, mpg, mp4, mov, etc.)? I know with movies you cannot set or change the poster frame in mpg (muxed) files, for example.
    7) I do all my iTunes importing, editing, managment, etc. on my PowerMac desktop, with the prefs, library and xml files stored in my home folder on the PowerMac's OS drive and the large media files store on an attached ext. 500 GB FW drive. If I use a synching program to continuously keep the library/xml files the same on my iBook laptop's home folder and the media files the same on another ext. 160 GB FW drive, then when I use the iBook with the 160 GB at different events it should operate exactly the same a when using my PowerMac at home with the 500 GB? The only thing I should have to change is the location of the iTunes folder in the Prefs on the iBook to point to the 160 GB, right?
    8) Finally, now that iTunes 7 allows you to indicate sort order ("The Beatles" can now appear under "B" without writing "Beatles, The" as I have been) would it retain that sort when importing the song list into other database programs or even an iPod, or would it default back to "T"? (AppleWorks database has a similar feature where you can specify an ARTIST field which sorts by first letter of last word, but won't stay that way in other programs).
    PHEW! ...long post I know, but I spent a lot of time reading and hopefully over time I can get the answers to most (or even all) of these questions. Thanks!!!
    PowerMac G4/500 MHz (1 GB); iBook G4/1.33 GHz (1.5 GB)   Mac OS X (10.4.9)   (still using 10.3.9 Panther on PowerMac)

    I read this on the ID3 site:
    ID3 tags were designed with the MP3 file format in mind. ID3v2 tags will break formats which are container-based such as Ogg Vorbis and WMA. Here is some information on specific formats:
    ID3 tags work in MP3 and MP3pro files
    WAV has no tags
    WMA has its own tagging format, which is specified in the wma spec, available in the MSDN (which unfortunately, basically does not allow Open Source implementations)
    Ogg Vorbis uses "Xiph Comments" (same as later versions of FLAC and Speex), which are embedded into the Ogg container. You can find information on these in the comment and container specs on www.xiph.org
    AAC uses yet another tagging format, which does not at present have a published spec as of 3/1/2006.
    So since I rip in AAC, does that mean the tags work differently, are stored differently or offer different editable info? Also, I found nothing regarding tags for video files as I mentioned in my question. Within iTunes I am assuming all the information you may edit or view when you Get Info for each file is not all stored together: some is in the file's ID3 tag and others in the iTunes Library file. I guess you are always safe if you keep back-ups of your media files and library files, even if you don't always know which info resides where.
    I found a complete list of frames (fields) that are available in ID3v2 at the following link, many not available in iTunes, but the site lists other apps that allow you to edit tags for both Mac & Windows.
    http://www.id3.org/Frames
    I am curious, if you use another app to edit the tag with a frame not offered in iTunes, will it still work in iTunes (like if you use the frame for synchronized lyrics; since it is part of the tag itself will they show up when played in iTunes even though not editable in iTunes)?

  • Saving a file in Vi creates same file but with ~ added [SOLVED]

    Hi,
    I'm not sure if I pressed a key combination, but when I save a file in Vi I get another file that has the same name as the original file but with the ~ character added to the end of the filename.  For example, if I edit foo.txt and save it, then the original will be saved, but I'll also get a new file named foo.txt~.  Does anyone know how to fix this?
    Thanks!
    -nterpol
    Last edited by nterpol (2008-11-09 12:30:59)

    I think that the default backup settings (in /etc/virc if you use the basic vi package) changed with the recent upgrade to Vim 7.2.25.
    For information on file backup setting combinations, see :help backup-table in Vim.
    Edit:
    fwojciec wrote:http://thehumblecoder.wordpress.com/200 … kup-files/
    That article advocates disabling the use of swap files (:set noswapfile); however, I wouldn't recommend it. Whereas backup files are designated with a trailing tilde (~), swap files have names ending with .swp. The latter should be removed automatically when Vim exits (unless it is exited abnormally, such as when the user closes a terminal emulator without first quitting an instance of Vim that is running inside it).
    Last edited by ssjlegendx (2008-11-10 04:13:24)

  • How do I drag an image or text box to the "workspace" off of my working file but where I can still see the image and text box for future use?

    How do I drag an image or text box to the "workspace" off of my working file but where I can still see the image and text box for future use?
    When I drag the item off of the trifold that I am creating, it just disappears but I still want to use it.  I just need to move it out of the way to modify other portions of the document.
    thanks,
    C

    Add another page below the current one to use as a storage area. You can't use the grey area around the page for storing items you want to use later.
    Go to the Pages Menu>Provide Pages Feedback if you would like to request this feature be added in future versions.

  • How to open external files in a Java stored procedure?

    Hi y'all,
    I'm trying to open an external text file from a Java stored procedure. The java sp has been successfully loaded, resolved, published, etc. in Oracle. I'm using the following statement to try to open the file (enclosed in a try/catch block):
    BufferedReader fileObj = new BufferedReader(new FileReader("fileName.txt"));
    I'm getting a file not found error. Where is Oracle looking (i.e., what directory)?
    Your help is greatly appreciated,
    Gary

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Gary Nool ([email protected]):
    Hi y'all,
    I'm trying to open an external text file from a Java stored procedure. The java sp has been successfully loaded, resolved, published, etc. in Oracle. I'm using the following statement to try to open the file (enclosed in a try/catch block):
    BufferedReader fileObj = new BufferedReader(new FileReader("fileName.txt"));
    I'm getting a file not found error. Where is Oracle looking (i.e., what directory)?
    Your help is greatly appreciated,
    Gary<HR></BLOCKQUOTE>
    Hi Gary,
    you must use a "database directory", e.g:
    SQL>create directory WORKING_DIR as '/home2/common/';
    SQL> select * from all_directories;
    OWNER DIRECTORY_NAME
    DIRECTORY_PATH
    SYS WORKING_DIR
    /home2/common/
    Gert

  • Hello, How do I tell sql+ to spool output file from windows to Unix server?

    Hello, How do I tell sql+ to spool output file from windows to Unix server?
    I am new to SQL+ and just learned how to spool the file. But file is saved in my local windows enviroment and since it's 2GB in size...I want to spool it directly to another remote unix server.
    Pls answer in detail... I have been to most of the thread and didn't see relevant answer to above question.
    Am I suppose to develope some script which FTP the spool file directly to the server I want to
    or
    i Have to use UTL_FILE Package ?
    Thanks for reply

    You may not be able to...
    SQL*Plus can only spool to the local machine. If you have mapped a directory on the Unix server from your Windows machine, you can specify that directory in your SPOOL command.
    You could telnet to the Unix server, run SQL*Plus there, and spool the file to a local (Unix) directory.
    If the Unix server is also the Oracle database server, you could use the UTL_FILE package rather than using SQL*Plus to spool a file.
    If the Unix server is also an FTP server, you could also FTP the file from your local machine to the server.
    Of course, I would tend to re-examine a requirement to regularly generate a 2 GB text file. It seems likely that there is a better way...
    Justin

Maybe you are looking for

  • Cannot empty trash: "The operation can't be completed because the item ...

    I've been having trouble emptying the trash. I get the following error, "The operation can't be completed because the item "_file name_" is in use." I've tried unlocking the files, but the unlock doesn't seem to stick. I'm not sure if this is related

  • Problem Icloud with Windows Vista

    Hello I'm french and my english is not perfect. I try to explain to you what is my problem. When I want to connect with my ID Apple, I can read this message " You can't to connect you because there is an error of server" Thanks When I launch Icloud o

  • At selection screen output not responding

    Hi ppl, I've 4 selection options in my screen. however I just need user to insert only 1 of the 4 for searching. Therefore i included 4 radio buttons. when user select <i>rbf</i>, <i>sfileno</i> will activer and other 3 will be grayed out, when user

  • Including a Network drive in Time Machine Backup

    Hi All, Today I installed a Mac Mini with an external Hard-drive at my work, which I intended to use as a backup system for one of our file servers. I intended to use Time Machine on the Mac Mini to backup the file server via mounting the server as a

  • Appropriate directory for themes, logs and config files

    Hello, I would like to know what would be the appropriate directory to place a application's config directory that contains themes, logs and config files for that application. I want that directory to be accessible but since ~/Library is now invisibl